408
Views
9
Comments
Solved
How to Select and Upload Multiple Files in Mobile
Question
Application Type
Mobile

Hi All,

How to Select and Upload Multiple Files in Mobile.

When set properties of Upload Widget "multiple" to True, I can select multiple files on the screen. But when I Upload, I only receive the first file.


How to get All files I have selected?

Need to upload All types.


Thanks,

Mayilsamy L

2018-10-29 08-31-03
João Marques
 
MVP
Solution

Hi Mayilsamy,


Forge components for Reactive applications also work in Mobile.

In addition, I tried it in a mobile application and it works (see OML in attachment).

Application1.oml
2018-10-29 08-31-03
João Marques
 
MVP

Hi Mayilsamy,


Have you considered using a forge component for that?

For instance, Reactive Multiple File Upload forge component seems to be a good solution for your use case, it can be used in Mobile and it has a demo where you can see how it works and if it fits your needs.


Kind Regards,
João

2020-03-28 14-21-17
Mayilsamy Lingappan

Hi João Marques,

This forge component not working on Mobile.


Thanks, 

Mayilsamy L

2018-10-29 08-31-03
João Marques
 
MVP
Solution

Hi Mayilsamy,


Forge components for Reactive applications also work in Mobile.

In addition, I tried it in a mobile application and it works (see OML in attachment).

Application1.oml
2020-03-28 14-21-17
Mayilsamy Lingappan
2024-04-15 11-41-04
Porselvan Gnanavelu

Hi @Mayilsamy Lingappan ,

In mobile applications multiple file upload can be achieved by ImagePicker plugin.

This might help you.

2020-03-28 14-21-17
Mayilsamy Lingappan

Hi Porselvan Gnanavelu,

ImagePicker plugin only allows Image files, I need to upload Video files also. 

 

2024-09-03 10-16-38
Prasath P

Hi,

I need to upload CSV file Reactive Multiple File Upload  but it not working.

2023-09-12 09-46-07
Melody

I have the same issue, Reactive Multiple File Upload only works on Reactive application. Has anyone tried uploading multiple pdf files on mobile? How did you do it?

2023-09-12 09-46-07
Melody

I'm able to select and upload multiple pdf files with Android using FileChooserPIugin but it doesn't work with iOS

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