Closed (fixed)
Project:
iTweak Upload
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
20 Aug 2009 at 02:48 UTC
Updated:
8 Mar 2010 at 06:40 UTC
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 ?
| Comment | File | Size | Author |
|---|---|---|---|
| upload.jpg | 20.28 KB | bryancasler |
Comments
Comment #1
iva2k commentedI 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.
Comment #2
bryancasler commentedYou 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
Comment #3
iva2k commentedI 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.
Comment #4
iva2k commentedUpload progress bar feature is checked in 6.x-2.x-dev.
Need community to test it and report any problems (or successes) here.