Set limit on file size before uploading it on the server in iOS
-3
I am uploading Media(Image, Video, Audio) from local iPhone photo library. Now, the problem is that the files are too big in size. Is there any way to set following limitations on the file to be uploaded 1. Maximum file size limit is 2MB. 2. Reduce file size to 2MB if its larger than 2MB. 3. If the file size is smaller than 2MB just upload as it is.
ios swift assets
share | improve this question
asked Nov 26 '18 at 9:55
Inderjeet Singh Inderjeet Singh
3 4
...