I've set my site to upload large files 100+mb. If I recall correctly when I was testing iTweak Upload several revisions ago it showed the upload progress and estimated remaining time. This was PIMP! Now all I get is the attached image, the file is uploading, but I am stuck with "Please wait..." and the scroller obnoxiously taunting me. The file does successfully upload, but again it does not show the progress of the upload happening. What has changed ?

CommentFileSizeAuthor
upload.jpg20.28 KBbryancasler

Comments

iva2k’s picture

Component: User interface » Code
Category: bug » feature

I hope you're not confusing it with some other module's functionality... There was no progress display feature in the original code. That functionality could only be done in javascript, and there were no changes to the only itweak_upload.js file between versions.

Converting to feature request (and placing into very end of my verrrrry long queue ;)

I looked up drupal.org - there are a couple of 5.x modules that provide progress display:
http://drupal.org/project/uploadprogress (untested D6 port posted in #290857: Drupal6 port?)
http://drupal.org/project/upload_progress

If anyone posts a patch here - I will review and commit. Desirable features - configurable on/off setting for the progress display and independence of APC and CGI PHP.

bryancasler’s picture

You are correct, I was confusing this with this module http://drupal.org/project/filefield

They implement "progress bar support with the PECL uploadprogress extension"

Hope that helps somewhat if you do look at implementing this.

**Having a filefield upload on the page creates some double trouble upload progress bars, I have posted this bug report here http://drupal.org/node/555082

iva2k’s picture

Version: 6.x-2.x-dev » 6.x-2.2
Status: Fixed » Active

I found that there is a bug in filefield #721076: Double progress bar on OTHER file uploads. With it the progress bars would be doubled in all regular uploads (attachments) and it will carry over to iTweak Upload.

Said that, there is a new option to show progress bar on iTweak Upload is going into 6.x-2.x-dev CVS soon.

iva2k’s picture

Version: 6.x-2.2 » 6.x-2.x-dev
Assigned: Unassigned » iva2k
Status: Active » Fixed

Upload progress bar feature is checked in 6.x-2.x-dev.

Need community to test it and report any problems (or successes) here.

Version: 6.x-2.2 » 6.x-2.x-dev
Status: Active » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.