Re: [Cppcms-users] Specify folder for temporary upload files
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-07-29 16:10:47
|
> > Thanks, this answered my question, but just raised another: in the named > documentation it reads that the path for temporary files is otherwise > made from the TMP or TEMP environment variable. This variable is not set > in my environment (Linux), so where from does the upload method take the > path to store to instead? In /tmp so this is not a problem, fixed docs. > Would it be enough to run my application with > TMP="/path/to/writable/dir" myapp.fcgi Yes, this should work >i f I didn't want to use an > unstable SVN revision? How unstable is the SVN revision indeed? Does it > make a big difference to use the latest SVN version compared to the > current beta? There are no big differences, but I would do recommend you to take an svn version as it includes some fixes with file u[;pad handling that was founded when I added several test cases for these configuration options. So if you upload files, it is better to take svn version. About stability, generally it is as stable as beta, but time to time there may be small issues. So just don't update to every latest revision and listen to what happens on this mailing list. Artyom |