PDA

View Full Version : File upload with progressbar?!


Patria
11-29-2005, 05:51 AM
Hello,

Iam searching for a vB 3.5 extension that adds a progress bar to the file upload functionality.

Anybody seen such a extension or like to develop it? :rambo:

ericgtr
12-22-2005, 02:22 PM
This won't add the actual functionality of a timed status but it gives them something to make it appear like the server is working by adding an animated gif during the time of upload. It only appears during the upload and dissapears once it's complete.

In the attachmentbit template find:


<div align="center" id="uploading" style="display:none; margin-top:$stylevar[cellpadding]px">


Add this below it (change the path to your own and add this image): http://www.guitars101.com/images/uploading.gif


<img src="http://www.yoursite.com/images/uploading.gif" width="153" height="11">

blackshadowc4p
03-20-2006, 06:33 PM
This is actually and very good request. Lots of times the upload window just sits there forever and give no clue it it is uploading something or not. If you have a look at how rapidshare does it, that's perfect.