Re: [PHP] PHP and files Upload

2005-10-21 Thread Andy Pieters
Hi As a security precaution, all uploaded files are automatically deleted when the script goes out of scope. Use the move_uploaded_file function to move the file somewhere else before your script ends. There are various other security precautions you have to consider. And by all means don't

[PHP] PHP and files Upload

2005-10-18 Thread feiticeir0
hello all. I've managed to create files uploads pages in the past (dont remember if alredy with php 5). till now, i havent need for testing or using. today, i've tried to test an upload page (a very simple one) with php 5.0.5 and i was unable to do it. the script always says it was sucessful t