Status: Accepted Owner: [email protected] Labels: Type-Enhancement Priority-Medium Milestone-Release-1.0.6 Component-AJAX Component-Digital-Content-Mgmt
New issue 613 by [email protected]: Prevent data loss when large digital object is uploaded http://code.google.com/p/qubit-toolkit/issues/detail?id=613 Currently, if the 'post_max_size' php directive is exceeded due to uploading a large digital object, the upload fails and *all user data from the form is lost*. For security reasons, javascript cannot query file size on the local system *before* upload, so some sort of javascript check before form submit is not a viable solution. The best solution seems to be moving the file upload to a separate form, so the data loss is limited to just the upload object. To do this without sending users to a separate upload page, we can use the YUI modal dialog widget + AJAX (for javascript enabled browsers). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Qubit Toolkit Issues" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/qubit-issues?hl=en -~----------~----~----~----~------~----~------~--~---
