multiple file upload
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
multiple file upload
Dear all ,
i want to upload multiple files from my local machine to the system repository. help me by sharing the thingworx service code
Solved! Go to Solution.
- Labels:
-
Solution Central
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Make "MultiFilesSelect" property to true in File Upload Widget.
Refer here.. File Upload Widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@jensc & @Sathishkumar_C - Through a service call, we want to achieve the file upload functionality not through mashups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Hariharasuthan you go with custom extension. that will be a good solution.
- https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Best_Practices_for_Developing_Applications/EclipsePluginCreatingAnExtensionProject.html
- https://www.google.com/url?sa=t&source=web&rct=j&url=https://community.ptc.com/sejnu66972/attachments/sejnu66972/twxdevs/10933/3/thingworx_extension_development_user_guide.pdf&ved=2ahUKEwiHqsmd1tj8AhU5TmwGHe1FCdUQFnoECCwQAQ&usg=AOvVaw0SeeDUdeUmb_PpLD_JG1ZG
