The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
27 views

Where to store ftp files in rails app

I have a rails application that is running cron jobs and generating reports in the form of csv files. My question is what is best practice on where I should store these files before sending them to an ...
0
votes
0answers
30 views

Uploading XML file and parsing it - without temporary files

With PHP 5.3.3 I would like to upload an XML file via a web form and parse it using SimpleXML. I've tried few SimpleXML examples and they work fine at my CentOS 6.3 Linux server. However, I don't ...
1
vote
1answer
113 views

How to crop a temp image with Paperclip and store it in Amazon S3 in Rails 3

I'm having a great trouble trying to do some out-of-ordinary tricks with paperclip. This is my situation: My app users have an avatar image and my idea is to let them crop their avatars through Jcrop. ...
0
votes
1answer
20 views

How to manage intermediate outputs efficiently?

I am implementing a C preprocessor in C... I have the three functions: trigraph replacing function Line splicing function comment removing function However these functions work separately on ...
1
vote
1answer
161 views

catch on swipe to dismiss event

I'm using an android notification to alert the user once a service is finished (success or failure), and I want to delete local files once the process is done. My problem is that in the event of ...
1
vote
1answer
27 views

Can I have a File-instance with content without saving the file?

For paperclip I have a file that I add programmatically. The file is a generated PDF. So basically I don't need this file to be saved to my server's HDD. What I do now is the following: @tempfile = ...
1
vote
1answer
123 views

Ruby, Tempfile, CSV

I have the below resque job that produces a csv file and sends it to a mailer. I want to validate that the csv file has data so I do not email blank files. For some reason, when I write a method ...
0
votes
2answers
222 views

Ruby, Tempfile, Writing to csv

I have the below background job that writes to a csv file and emails it out. I am using the Tempfile class so the file is removed after I email it to the user. Currently, when I look at the csv file I ...
0
votes
0answers
264 views

RMagick, Tempfile, Paperclip: how to save a image file with large dimensions and small kbs as a thumbnail?

I have a Rails rake task that is processing a batch of images. It strips out the white background (using RMagick), replaces it with a transparent layer, writes it to a tempfile and then saves it as a ...
2
votes
2answers
544 views

When file_put_contents fails if the directory is full, a file with size 0 is created. How to avoid that?

When the tmp directory is full, file_put_contents returns FALSE but the file is created with size of 0. file_put_contents should either complete the creation of the file or have no effect at all. For ...
-1
votes
2answers
273 views

How to display a repeated image stored in database on background as on Twitter?

I want to display an image on background (by using CSS repeat) the same way as on Twitter but the problem is that I am retrieving it from a MySQL database and CSS cannot handle the src tag on ...
0
votes
2answers
87 views

How to show temp files in android

Hi i am able to create temp files. i am trying to display temp file byy using the following logic . Intent intent = new Intent(); ...
1
vote
1answer
128 views

ruby 1.9 3 with passenger 3.0.12 - Tempfile causes 'No such file or directory' *.lock when trying to rmdir

i think ruby 1.9.3 is unable to create tempfile in /tmp directory. Problem error message: Status: 500 Internal Server Error No such file or directory ...
1
vote
1answer
111 views

PostgreSQL temp-file usage very high

I am trying to migrate a system from Postgres 8.3 to 9.1, a query that runs every day on the 8.3 server takes ~10 min and <5gb of ram, the exact same query on the 9.1 db takes up all the ...
3
votes
1answer
148 views

Errors Attaching Tempfile to Email in Rails

Have file in @attachment. From debug: "datafile"=>#<ActionDispatch::Http::UploadedFile:0x3eee9c0 @original_filename="filename.jpg", @content_type="image/jpeg", ...
1
vote
1answer
132 views

Howto open html page in default browser, when html code is stored in QString

My Qt application should open a html page (with the default browser eg. IE). This html code is stored in a QString. What would be the best way to open this "file", of which I only have the content? ...
3
votes
2answers
233 views

java.nio.file.Files.isWriteable doesn't agree with java.io.File.canWrite()

I have Java code doing the following: Create a temporary empty file with ZIP extension using File.createTempFile() Delete it with File.delete() (we only really wanted it to generate a temp file ...
0
votes
0answers
153 views

Rails file upload without tempfile?

I am building a secure Rails application that scans file for virus when uploaded. Currently I am using the tempfile generated by Rails for scanning the file content. But if the file contains some ...
2
votes
1answer
503 views

Prevent wmic.exe from writing TempWmicBatchFile.bat

I want to check within my Java application whether the windows virtual keyboard is already running or not. I searched for it and found, that I can use wmic.exe to search for a process. This is ...
0
votes
0answers
208 views

Store Remote URL file into Paperclip

I created the following audio class. class Audio < ActiveRecord::Base has_attached_file :mp3, :storage => :s3, :s3_credentials => S3_CREDENTIALS, :bucket => ...
0
votes
2answers
100 views

Deleting Created Temp FIles

In C# or Jscript.NET is it necessary (or better to) delete files created in the folder returned by System.IO.Path.GetTempPath() or is it acceptable to wait for the system to delete them (if this ever ...
0
votes
0answers
179 views

IMGkit gem doesn't get background

I'm using IMGKit to take a picture of a generated page on rails. I don't know why, but it works with an background and it don't work with the other. With this background it this works: ...
1
vote
3answers
586 views

Python Delete temporary file error--Still in use

So, I am creating a bunch of temporary files from backing up some google docs in python. I have already made the appropriate copies of these files os.copy. Now I am ready to delete them. I created ...
0
votes
1answer
217 views

java applet - delete (“java.io.tmpdir”)+“myfolder” contents on closing applet or stop()

I am trying to clear the myfolder contents (having some jars) which I wrote in java.io.tmpdir for the applet temporary use. Now, when I am trying to delete the contents(jar's) on void stop() method ...
1
vote
0answers
102 views

Save vCard file to temp location before attaching to email

Is it possible to save a vcf file that was dynamically generated from information from a database to a temp location and then automatically attaching the temp file to an email (renaming the temp file ...
6
votes
5answers
849 views

How to create a temporary file with Unicode encoding?

When I use open() to open a file, I am not able to write unicode strings. I have learned that I need to use codecs and open the file with Unicode encoding (see ...
1
vote
0answers
226 views

Sqlite 2 python using a python tempfile

I'm experiencing some strange behavior from sqlite using a database stored as a python tempfile. Essentially, querying the sqlite_master table works fine, but querying another table returns: ...
1
vote
1answer
239 views

DBI::mysql and File::Temp

I'm trying to load data into a MySQL database using the LOAD DATA LOCAL INFILE statement. On normal files, this works fine. If I create a temporary file with File::Temp, store CSV data in it, close ...
2
votes
2answers
163 views

Quick way to save a python TempFile?

I am using tempfile.TemporaryFile for some intermediate processing. The program nicely removes the temp file for me when it closes, which is precisely the behaviour that I want the majority of the ...
3
votes
2answers
230 views

Vim Editor in python script tempfile

I have been successful in finding code for spawning a vim editor and creating a tempfile from a python script. The code is here, I found it here: call up an EDITOR (vim) from a python script import ...
2
votes
3answers
408 views

Including base64-encoded image in ReportLab-generated PDF

I am trying to decode base64-encoded image and put it into PDF I generate using ReportLab. I currently do it like that (image_data is base64-encoded image, story is already a ReportLab's story): # ...
1
vote
3answers
327 views

Deleting multiple lines from a txtFile

What I'm trying to do is to delete a reservation I made The reservation look like this in the txt file 08:00 Niel Butaye 1 The code That I have to delete the reservation is: import ...
5
votes
3answers
5k views

How to create a temp file in java without the random number appended to the filename?

I need to create the temp file, so tried this, String []TempFiles ={"c1234c10","c1234c11","c1234c12","c1234c13"}; for(int i=0;i<=3;i++) { try{ String tempFile= TempFiles[i] ; ...
1
vote
1answer
393 views

Ruby file copy produces different file

I'm not very familiar with file handling in ruby. A problem I've come accross is that reading and writing a binary file doesn't produce exactly the same file. clone = ...
0
votes
1answer
133 views

Tempfile generation with different pattern

I'm creating a Tempfile like this Tempfile.new("myfile.txt") This creates a file like this TempDir/myfile.txt20120210-1696-yd53si but I need it to create it like this ...
1
vote
3answers
1k views

Working with tempfiles in Ruby

I would like to open a tempfile in user's editor ($EDITOR), let the user to write text there, and once he closes this file to use its contents somehow (e.g. inject in another file). What would be the ...
1
vote
3answers
780 views

Create a temp file with a specific extension using php

How do I create a temporary file with a specified extension in php. I came across tempnam() but using it the extension can't be specified.
0
votes
2answers
462 views

Using tempfile to create a sub-directory for all of my tempfiles

I've been using tempfile.mkdtemp with a prefix to create my temp files. This results in a lot of different directory in my tmp folder with 'tmp/myprefix{uniq-string}/'. I would like to change this ...
1
vote
3answers
505 views

Please suggest a way to store a temp file in Windows Azure

Here I have a simple feature on ASP.NET MVC3 which host on Azure. 1st step: user upload a picture 2nd step: user crop the uploaded picture 3rd: system save the cropped picture, delete the temp file ...
1
vote
2answers
198 views

renameTo() not work in eclipse Helios

This is a simple class to show 4 cases. Sorry for my english (is bad) public static void main(String[] args) throws IOException { //TODO De temporal a archivo en directorio //TODO from file ...
1
vote
1answer
663 views

Read data from newly written TempFile doesn't work? IOerror closed stream in Ruby on Rails

I am implementing in Ruby on Rails, and i have 2 views. In my first view i read in a file and show the first rows (this works fine), then in my second view ( in the method in the controller ) i write ...
1
vote
0answers
239 views

How to create a simple virtual filesystem on google app engine blobstore using python?

There is a Java version GAEVFS which seems quite effective but also complicated. And a Python vfs collection at http://code.google.com/p/pyfilesystem/ which is not designed for GAE. Google locked ...
4
votes
2answers
333 views

Python tempfile: broken or am I doing it wrong?

For a small python script I would like to use a temporary file with the tempfile module. Somehow it does not give the expected behavior and I don't know what I am doing wrong or if this is a bug: ...
0
votes
2answers
229 views

Downloading a file into memory

I am writing a python script and I just need the second line of a series of very small text files. I would like to extract this without saving the file to my harddrive as I currently do. I have ...
0
votes
2answers
18 views

How do i store a file for proccessing in asp.net

Path.GetTempFileName is pretty close to what i want. But i wouldnt want to restart the machine and lose these files (as they would be temp). What i need is a unique filename. Whats the best way to do ...
0
votes
1answer
738 views

pdftk, tempfile and rails

Ok, I've tried all kinds of stuff and I'm not entirely sure this will work. The pdfs I need to merge are on the server and the links to them are hardcoded. pdftk works locally in my terminal, but not ...
1
vote
2answers
767 views

Weird Ruby IO with Tempfile

This is driving me crazy. Consider the following: require 'open-uri' #set up tempfile extname = File.extname file_url basename = File.basename(file_url, extname) file = ...
2
votes
1answer
628 views

creating a temporary file in python with FUSE

I am trying to write a program using python-fuse, but I can't get file writing down. my file_class looks like this class FuseFile(object): def __init__(self, path, flags, *mode): debug(path) ...
5
votes
4answers
1k views

Create a tempfile without opening it in Ruby

Is there a way to create a tempfile, without having it opened? I have to run an executable, redirect it's output to a file, and then read & parse that. Everything created by tempfile is already ...
3
votes
2answers
808 views

Python: differences between tempfile.mkdtemp and tempfile.TemporaryDirectory

I need to create a temp directory that will house another named directory and subfiles. In the end the named directory and subfiles will be appended to a tarball and the temp directory can be removed. ...

1 2