Hi, I have created an App (probably spent a little too long on it) but ended up getting hung up on something I thought would be simple. My app works offline because the workers are remote (no mobile coverage) - they LoadData in the morning and head out the door to record forms and take photos (all works fine).
My problem is we need high-resolution images AND we cannot afford to upload these over a mobile connection, however, we can afford time (in that we can wait for a tech to return from the field in 2 weeks with the images).
I thought I had this problem solved by just collecting the AddMediabutton.FileName (which works btw) - however, it resizes the image and then changes the file name to 'resized-acbd-sdfs-sdfsdf-f42ff.jpg' auto-magically. Is there a way just to grab the filename someone clicks on in the AddMediabutton and nothing else? Have I missed something simple?
Appreciate the help as I feel like I have exhausted all google-able queries