Hey
I want my app to allow users to upload as many files as they want as long as the total doesn’t exceed a certain MB/GB. How can I extract file size, given that native bubble uploader doesn’t have this feature?
thanks!
Hey
I want my app to allow users to upload as many files as they want as long as the total doesn’t exceed a certain MB/GB. How can I extract file size, given that native bubble uploader doesn’t have this feature?
thanks!
Have a look to this topic
You can get the file size form the FileUploader element itself. With it, you can keep a counter with the total size of files uploaded by the user. Then you can disable the upload if the user has reached the limit.
just use better uploader by @jonah.deleseleuc its just better and offers you everything you need