Hello,
There is a problem with uploading .mov, .avi and .mp3 files.
I was able to upload different files with code from
http://p2p.wrox.com/topic.asp?TOPIC_ID=12104.
In order to upload different file extensions, I changed line
if (($_FILES['userfile']['size'] <= 10000) && ($_FILES['userfile']['type'] == 'image/jpeg')
to if ($_FILES['userfile']['size'] <= 10000)
Now I can upload doc, txt, zip, jpeg, pdf, mid.
But files .mov, avi and mp3 gives an error "'Upload failed: There was likely a permissions error."
How can I solve that? I have Windows 2000 on FAT32 file system (so, no filesystem permissions). And IIS-controlled permissions for the directory are read/write/exec scripts only.
Could you please help to solve upload video/audio files problem?
Thank you,