107
Views
10
Comments
Solved
Outsystems upload file not working in mobile?
Application Type
Mobile

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.

2021-12-29 03-29-46
Ricardo Figueiredo
Solution

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. 

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

i will report this to outsystems

2022-02-04 11-09-09
ndiab

is it solve this issue or still ?? i facing still same the issue 

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

never got an update, I just asked again

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

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 

2021-12-29 03-29-46
Ricardo Figueiredo

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! 

2021-12-29 03-29-46
Ricardo Figueiredo

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? 


2021-12-29 03-29-46
Ricardo Figueiredo
Solution

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. 

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

i will report this to outsystems

2022-02-04 11-09-09
ndiab

is it solve this issue or still ?? i facing still same the issue 

2024-07-05 14-16-55
Daniël Kuhlmann
Ā 
MVP

never got an update, I just asked again

2025-01-10 11-40-52
Pedro Gustavo Bilro

Note the docs state that MABS 11 had a breaking change

  • Changed the AddUploadWidgetPermissions property default value from true to false. The Android permissions associated with the upload widget are no longer added out of the box.

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"
            }
        ] 
    }



UserImage.jpg
Gokul S

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 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.