Driving me absolutely crazy: file uploads aren't working in IE

KevySaysBeNice

[H]ard|Gawd
Joined
Dec 7, 2001
Messages
1,452
Hi all!

I've built what seems like a very simple page that accepts a file upload. The file can be up to 40 megabytes in size, and I've set the .htaccess values to allow for this large of filesize.

In firefox, I have NO issue what so ever uploading files using my tool. It's just a form, with a <input type="file">, and the form looks like:

<form id="video_upload" name="video_upload" enctype="multipart/form-data" action="/upload/tools/process_video_upload_upl.php" method="post">

Anyway, it seems that in Firefox the video uploads work perfectly. In IE, not so much. IE works with some videos that are smaller, but it seems that larger files (while still within the limits of filesize) don't work.

Anybody have any ideas what might be going on?
 
Back
Top