Problem Statement: Currently most web applications use the standard http file browse and upload service provided with the <input type="file"> form field. - Only one file can be selected at a time for upload.
- Interface is inconsistent from browser to browser even down to the labels on the browse button.
- The application can not specify the file type or types that are accepted in the current context.
- The browser does not provide meaningful or consistent feedback on the upload process.
|