Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

input type=file upload slow under Apache/Solaris

Status
Not open for further replies.

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=&quot;multipart/form-data&quot; action=&quot;something.cgi&quot; method=&quot;post&quot;>
<input type=&quot;file&quot;>
</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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top