Looking into allowing users to upload some files but worried that there seems little control. Is there any way to limit the files a user can upload based on file type and/or size? %inomads'upload_file doesn't seem to have any limitations. I'm planning on saving the file to a directory and run a command line virus scan on it, but it would be better if I could do that on the web server and then move the approved file to the application server after it's been scanned. Is there any way to put the upload file in the session's tmp directory or something?
Thanks.
Thanks.