I am using IMCE to let clients upload very large files. Is it possible to

1) while uploading, block user from interacting with the page? As is now, user can click and do anything to mess up the upload.

2) instead of just the spinning animation, it would be great if IMCE throws up a veil block out the screen and show a progress bar/percent complete dialog. Once upload is complete, drop back to normal screen.

Comments

mattyoung’s picture

>show a progress bar/percent complete dialog

Sorry for asking this. I discover this is not possible with PHP. See http://www.raditha.com/php/progress.php. So instead, maybe IMCE can use the SWFUpload module (http://drupal.org/project/swfupload) to do file upload? SWFUpload uses flash to do upload, handles large file without needing to change php.ini settings, multiple file upload, display progress feedback. Combine this with IMCE file browser would be awesome!

ufku’s picture

Status: Active » Closed (fixed)

Closing 6.x-1.x issues as this branch is no more supported.