CodePadApp / codepad-issues

Issue tracker for CodePad
https://codepad.app
4 stars 0 forks source link

When uploading many files repeatedly, upload button stops working #58

Closed TheMagicApple closed 2 years ago

TheMagicApple commented 2 years ago

When uploading many files repeatedly, upload button stops working

ethan-vanderheijden commented 2 years ago

The upload button was probably still working but may have failed silently. This may be because of a max payload size limit on the production server (see #49). With the new upload dialog, no upload should fail silently.