Question About Image Uploads in iOS #69
Replies: 3 comments 8 replies
|
Thank you for pointing that out. I agree, that the item is a bit split in it's intention at the moment. User-facing it is described as photo upload, internally it's more handled as a generic file upload. |
|
Hi there, it seems like there was a problem in decoding the file names. I recognize this as the way the images are stored on the server, and for some reason step translating the file names into the expected format must have been skipped. I will have to look into why that has happened. In the meantime you can manually change the file names. Fortunately the file names are simply stored in base64, meaning you can recover the intended names. E.g., when entering the first file name at https://www.base64decode.org/ I was able to recover I am sorry for the extra work, but I hope that that helps. Best, |



Uh oh!
There was an error while loading. Please reload this page.
Hi,
Thank you again for all your previous support and for the excellent resources with Esmira! They’ve been extremely helpful.
I’m currently piloting my project in Esmira and testing image data collection. While trying this on iOS, I noticed that the upload function links only to file storage rather than directly to the Photos library. For my study, participants need to upload screenshots, so direct access to Photos would be important.
Is there a way to enable direct photo library access for uploads on iOS?
Thank you!
All reactions