I have tryed to implement some file upload on a webpage. I have a form containing:
<input type="hidden" name="MAX_FILE_SIZE" value="102400">
<input name="userfile" type="file">
and on the action-script I have:
print_r($_FILES);
The result is:
Array ( )
If I check $_POST the userfile contains the correct path to the selected file, but somehow the file is newer uploaded, or???
Any ideas?
Morten
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 461 |
Nodes: | 16 (2 / 14) |
Uptime: | 37:00:18 |
Calls: | 9,362 |
Calls today: | 7 |
Files: | 13,545 |
Messages: | 6,085,137 |
Posted today: | 2 |