jkuchar / MultipleFileUpload

Upload more files at once using Nette Forms. More front-end interfaces available. (fallback between them is available)
http://addons.nette.org/cs/multiplefileupload
BSD 3-Clause "New" or "Revised" License
10 stars 11 forks source link

Move SQLite databases (both drivers) to framework standard location #28

Open jkuchar opened 10 years ago

jkuchar commented 10 years ago

temp?

This should be just default. Or there should be no default and you have to configure this in DI?

Follow rule as less magic as possible?

jkuchar commented 10 years ago

Why not temp? Temp folder can be deleted and app must continue to work without issues. When you delete this index file, there will be no received files

Upload dir? No, you should not have write privileges there. See why it works with uploads? http://cz1.php.net/manual/en/function.move-uploaded-file.php#refsect1-function.move-uploaded-file-notes