tehnrd / Multi-File-Uploader-Force.com

A Visualforce component that uploads multiple files at once with progress bars.
http://www.tehnrd.com
37 stars 42 forks source link

Provide manual upload for large files #2

Open tehnrd opened 12 years ago

tehnrd commented 12 years ago

If a file is too large it will exceed the heap size limits on salesforce.com. There are a couple options here to identify too large of files.

Inspect the size of the files before upload to see if they are too large. On failure of an upload capture error and display to user.

In either case need to provide some way to upload an individual large file with the normal upload component. I am thinking a modal windows that hosts a different page in an iframe. This will allow the main component to be re-rendered without issue.