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: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 70:48:24 |
Calls: | 8,084 |
Calls today: | 2 |
Files: | 13,069 |
Messages: | 5,849,831 |