Skip to main content
13-Aquamarine
January 20, 2023
Solved

multiple file upload

  • January 20, 2023
  • 1 reply
  • 1848 views

Dear all ,

  i want to upload multiple files from my local machine to the system repository. help me by sharing the thingworx service code 

 

Best answer by jensc

@Sathishkumar_C  is correct.

 

And if you are running a newer version of thingworx, you might want to have a look at the newer file upload widget information.

Here: File Upload Widget

 

Basically, there is no need for a service as the widget will itself upload the files.

 

Regards,

Jens

1 reply

17-Peridot
January 20, 2023

Make "MultiFilesSelect" property to true in File Upload Widget.

Refer here.. File Upload Widget

jensc17-PeridotAnswer
17-Peridot
January 20, 2023

@Sathishkumar_C  is correct.

 

And if you are running a newer version of thingworx, you might want to have a look at the newer file upload widget information.

Here: File Upload Widget

 

Basically, there is no need for a service as the widget will itself upload the files.

 

Regards,

Jens

12-Amethyst
January 20, 2023

@jensc & @Sathishkumar_C - Through a service call, we want to achieve the file upload functionality not through mashups.