A (often short lived) file, automatically created for reasons like storing data that no longer fit into memory, for inter-process communication or to save state for possible crash recovery. Many programming platforms provide means functions to work with such files easier.

learn more… | top users | synonyms

1
vote
1answer
10 views

Generating temporary PDF via .exe or .NET from PHP

In Short... I have an ASP.NET script that generates a PDF based on parameters passed to it. Firstly, I need to be able to call this script from PHP, and secondly, I need to ensure that the file is ...
1
vote
1answer
53 views

How to upload files without turning it to temporary file? (NetBeans JSF Primefaces)

Good day to all! I've been making a simple web Application using Netbeans, JSF and Primefaces that can upload .csv, .jpeg/.jpg and .pdf files. I made 2 folders which was stored in drive C: (uploaded ...
1
vote
0answers
24 views

The type exists in both temporary assemblies

I have an error in app's log: System.Web.HttpCompileException (0x80004005): c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET ...
2
votes
1answer
29 views

Is there a proper way to manage temporary files in Spring MVC context?

I mean I'm deleting them when I'm done but I want to cover all the possibilities and rule out the chance of leaving garbage behind. I read about File.createTempFile but it only deletes the temp file ...
1
vote
1answer
57 views

File data propagation between controller actions in Spring MVC

I have to process an Excel file in order to insert some data into a Mysql database on a web based application. I am using Spring MVC as the architecture. The problem is I need to include a mid-step ...
2
votes
6answers
87 views

When are Java temporary files deleted?

Suppose I create a temporary file in Java with the method File tmp = File.createTempFile(prefix, suffix); If I do not explicity call the delete() method, when will the file be deleted? As an ...
0
votes
1answer
24 views

xcode always shows old version

SOLVED: read edit below i have developed a phonegap application with xcode. most time i developed on a windows machine and debugged with firebug. Now i want do transfer the app on my iphone and opend ...
2
votes
2answers
64 views

Automatically remove files from temp folder [CakePHP]

Here is my case: When a user is creating a new account, he can upload a profile picture that is stored in a temporary folder. When the user finishes creating the account, the picture is stored in the ...
0
votes
0answers
57 views

Silverlight - DLL's zip file is not loaded into IE browser cache (after checking 'Reduce XAP size..' option)

Hi can anyone help me with this problem? In my Silverlight project, I chose 'Reduce XAP size..' option in the properties. The particular DLL zip file is generated in the ClientBin after build. ...
0
votes
0answers
22 views

Eclipse keeps showing nonexistent files in Project Explorer, confusing SVN

I'm running Eclipse Indigo SR2 with Papyrus and SVN integration. The SVN repository contains source files and MS Office documents. The latter create a problem since I keep seeing stale and ...
0
votes
0answers
76 views

Save temporary file to Heroku

I need to temporarily write to Heroku a .xls file I'm generating with the spreadsheet gem. Below is how I'm attempting to do this and it works perfectly when I'm working on my local machine. When I ...
1
vote
2answers
59 views

Is it safe to use a QTemporaryFile with a QProcess?

I have to read a script from the user and call a QProcess passing that script as a file. For example, the user insert this, say, Python script import sys print(sys.copyright) and I have to put ...
0
votes
2answers
67 views

Fragmenting and Un-fragmenting files in C

I wanted to take a file (text or binary) and fragment it into small pieces of a certain size (about 250-500kB), randomize the order of the fragments, and put it into another temporary fragmented file. ...
3
votes
2answers
237 views

Can't delete temporary files after returning FileStream

I have a function in a C# MVC application that creates a temporary directory and a temporary file, then opens the file using FileStream, returns the FileStream to a calling function, and then needs to ...
1
vote
2answers
45 views

How can I make smaller temporary files?

So I am writing this program which creates a picture of the mandelbrot set, and I have been incrementally making it better. right now, each process that is spawned writes some data to a temporary ...

1 2 3 4 5 15
15 30 50 per page