codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Accept multiple files at once for upload #44

Closed codyswanner closed 5 months ago

codyswanner commented 6 months ago

Currently, only one file at a time may be uploaded using the Upload button (even though multiple files can be dragged and dropped into the box). Implement the ability to upload multiple files at once, by either drag-and-drop for multiple files or with a button for "choose more files."

codyswanner commented 5 months ago

Addressed in 5740606; will close issue with pull request merge.

codyswanner commented 5 months ago

Or by experimenting with GitHub projects and finding out that you can close issues with that lol, that works