Jump to content

File upload question


phpknight

Recommended Posts

I am using HTTP_Upload to upload a series of large files (up to 50MB).  For security reasons, FTP cannot be used. 

 

I would like to use HTML_Progress2 to graph the progress for the user. 

 

So, how do you go about getting the size of the file before actually uploading it?  Before the upload beings, I would like to give a total size to the user.  And how do you get the size as it is being uploaded?  This way, I can make the graph.

 

Any help would be appreciated.

Link to comment
https://forums.phpfreaks.com/topic/62702-file-upload-question/
Share on other sites

you can't do this with PHP because your server side script has no idea how big the file is on your user's hard drive.  You won't know how the big the file is until AFTER you've received it.

 

do a little googling though and you may find a client-side solution: http://www.thescripts.com/forum/thread460516.html

Link to comment
https://forums.phpfreaks.com/topic/62702-file-upload-question/#findComment-312116
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.