Re: [Cppcms-users] Specify folder for temporary upload files
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-07-29 12:49:01
|
Hell, Take a look on this: <http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_config#security.uploads\_path> But you need to take the latest version from SVN - revision 1327 or above. I have just added these options I've planned to add long time before but hadn't get there. Artyom > > is there a way to tell cppcms where to store the temporary files it > creates on multipart/form-data uploads? > I need this because the application I'm currently writing shall run on > an embedded device which loads from a read only filesystem and has only > a certain path where data can be stored persistently. (/tmp is a RAM > disk, but the problem is, that the available RAM is not big enough to > hold the upload until it is save'd_to somewhere -> embedded device). > |