Hello Everyone!
I am in need of a script that uploads a file to the server and while its uploading i want to be able to see the progress on the same page just like rapidshare.
easy 500 credits :-)
Hello Everyone!
I am in need of a script that uploads a file to the server and while its uploading i want to be able to see the progress on the same page just like rapidshare.
easy 500 credits :-)
supajason was here
Please have a look here
http://www.best-php-scripts.com/details305.htm
http://www.tufat.com/script.php?id_num=182
The first one is freeware.But for the second one you have to pay.
the first 1 isnt showing the progress in the same window.
2. im paying you for the script?
supajason was here
How do you want the script to acess the server? http or ftp???
If ftp is fine with you, (generally much faster) then FileZilla is by far the best free program. It will upload/download to/from servers, and it shows you the progress of all transfers in the same window. And, it works on Windows, Linux, and Apple!
Let me know if that isn't what you want and I might be able to find something different.
Hi there,
Please use the correct title format when posting in the market place, ie: [REQ or OFF][PRICE]DESCRIPTION
*Post edited*
Thanks
he's looking for something that can be built into the site, not a windows program to do this.
my assumption is that for an accurate file upload bar, you would have to use a more advanced language, like java or python, since one php loads, it's done and afaik, javascript can't upload.
you can make the upload script in php, and have javascript make a fake progress bar, or i think you can tell how much of the page loaded, but since it's uploading possibly large amounts of data, then i don't think it's gonna work.
Basically I'm guessing when you're uploading a file to your server, via another script or cms, you want to see a progress bar? I can't make it but, you need to tell what the cms or what the base scripts are so they know what to do with it.
You can't do this in PHP, because the way it works... The file gets uploaded to the server as a $_POST but it's already too late to display a progress bar then. I recommend trying something in flash.