luke2012 Well-Known Member Licensed User Longtime User Sep 22, 2016 #1 Hi to all, I have to check the size of an image the user take with camera or pick from internal phone storage. I have to check is the size of the image file is < 2mb. Is there a code snippet? Thanks in advance.
Hi to all, I have to check the size of an image the user take with camera or pick from internal phone storage. I have to check is the size of the image file is < 2mb. Is there a code snippet? Thanks in advance.
asales Expert Licensed User Longtime User Sep 22, 2016 #2 Did you tried "file.size" in JPG file? https://www.b4x.com/android/help/files.html#file_size Upvote 0