Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I've been trying to get very large files (well, not too large, 150+M) to upload using a Web form for a video cataloging project. To this end, I'm using a form that looks like: (simplified)
<form enctype="multipart/form-data" action="something.cgi" method="post">
<input type="file">
</form>
When I use this form on my linux box, the upload is FAST (100mbit connection). On my Solaris box, it is slow (perhaps 10k/s). Other forms of access to the Solaris machine (ftp, samba) are very fast indeed. I can't use the linux box to handle the upload, however, as it does not have enough RAM and eventually chokes on the file.
Can anyone think of ANY reason why the sun might be accepting the file slowly?
Thanks,
-Nate
I've been trying to get very large files (well, not too large, 150+M) to upload using a Web form for a video cataloging project. To this end, I'm using a form that looks like: (simplified)
<form enctype="multipart/form-data" action="something.cgi" method="post">
<input type="file">
</form>
When I use this form on my linux box, the upload is FAST (100mbit connection). On my Solaris box, it is slow (perhaps 10k/s). Other forms of access to the Solaris machine (ftp, samba) are very fast indeed. I can't use the linux box to handle the upload, however, as it does not have enough RAM and eventually chokes on the file.
Can anyone think of ANY reason why the sun might be accepting the file slowly?
Thanks,
-Nate