You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading a project backup archive, not all linked documents might be exported because of limited visibility-permissions of the user. The user should see a warning about that.
Challenge: return a possibly large .zip-file (including attachments!) in combination with metadata (e.g. RequestSummary including RequestStatus, number of totally treated docs and number of successfully treated docs). The limit is 500MB when doing this via Javascript in Firefox. Therefore, we have to find a different solution, e.g. presenting the metadata and a download link to the user and storing the zip-archive somewhere for later access via the download link.
Copied from original issue: bsinno/sw360#361
The text was updated successfully, but these errors were encountered:
Monday Oct 09, 2017 at 10:58 GMT
Originally opened as sw360/sw360portal#638
From @heydenreich on December 2, 2016 11:36
When downloading a project backup archive, not all linked documents might be exported because of limited visibility-permissions of the user. The user should see a warning about that.
Challenge: return a possibly large .zip-file (including attachments!) in combination with metadata (e.g. RequestSummary including RequestStatus, number of totally treated docs and number of successfully treated docs). The limit is 500MB when doing this via Javascript in Firefox. Therefore, we have to find a different solution, e.g. presenting the metadata and a download link to the user and storing the zip-archive somewhere for later access via the download link.
Copied from original issue: bsinno/sw360#361
The text was updated successfully, but these errors were encountered: