Starcounter / starcounter-upload

Starcounter custom component to upload files over WebSocket
MIT License
0 stars 0 forks source link

Add maxFileSize property #11

Closed Mihaiii closed 5 years ago

Mihaiii commented 5 years ago

Based on https://github.com/Starcounter/Images/commit/7424e1bb3f9bbb81d81eb761f2b7b28a2823692e

For https://github.com/Starcounter/HeadsOmni/issues/617 .

Mihaiii commented 5 years ago

@miyconst Addressed, please have another look. I used fileUploadError event because we were already listen for it in the source code of Images app: https://github.com/Starcounter/Images/pull/160/files#diff-6aeb2a46fd0a0e9686c0a490c5b9bdd8R233 .