AllAboutLearningPress / Photo-Storage-and-Gallery

Share photo assets with all users in an easy to use gallery with a powerful backend.
3 stars 2 forks source link

Start image upload immediately #30

Closed dyner closed 3 years ago

dyner commented 3 years ago

When a user uploads image(s), the image(s) should start to upload immediately. Upload /= store image.

For example: If the user takes 10 minutes to fill in the details, they don't have to wait another minute for the image to upload.

If the user closes their session without saving the image(s), they are removed from server storage.

AshrafAkon commented 3 years ago

This feature is implemented. As soon as the user selects the files, uploading will be started immediately and the user will be navigated to "/upload" page. Where he can edit the file details. He can also use other features of this site while file is being uploaded.