Hello! I am trying to make a file upload and file download page in ODC Mobile.I am already having some problems with upload file, I am using the normal upload widget from outsystems. So it does work when using the outsystems emulator, but in a real mobile when clicking the upload, nothing happens, i assume it should open a default folder to select the file from?But it makes sense, since i did not request permissions from the user as well... There is no documentation on this, the only it exists is for Outsystems 11, and it has nothing more than the normal usage of this widget. Any help is appreciated!Best regards.
One thing I noted: I can upload with normal Outsystems widget, but I had to downgrade the MABS version to 10.0.The widget is not working with the new mabs version.
i will report this to outsystems
is it solve this issue or still ?? i facing still same the issue
never got an update, I just asked again
Hi,
Any reason you did not consider the File Transfer Plugin ODC - component?
That is the go-to component to make file up and download working for mobile apps.
Regards,
Daniel
Hello Daniel! If i recall, that component works with URL's, this case I have a binary in the database. Does it make sense to use it? And how does the URL work in this case?
Thanks!
I shared the wrong component I ment this one File Transfer Plugin | OutSystems File Transfer Plugin - ODC Documentation
Hello Daniel! I cannot enter in the first one, i thing that is a component from your own ODC env?The second link is the first as you mentioned in the first comment.I think I cannot use that plugin, but maybe im not understanding this correctly?
Note the docs state that MABS 11 had a breaking change:
So if you are using the UploadWidget on an Android app with MABS 11, you should add that property in your app's Extensibility Configurations:
{ "preferences": { "global": [ { "name":"AddUploadWidgetPermissions", "value":"true" } ] }}
Hello, I'm not able upload pics/videos in IOS, I set accept as "any". it directly takes me to camera instead of asking camera/ files/ gallery