Skip to main content
5-Regular Member
November 17, 2016
Question

How can I control another button to file upload instead of upload button in file upload widget?

  • November 17, 2016
  • 1 reply
  • 4370 views

Now I am trying to find a way upload file when user click another button.

Could you give me the way?

1 reply

5-Regular Member
November 17, 2016

You could always import the service on the file repository to which you are uploading manually in the services tab like:

Then bind the button on-click event to this service:

Hope this helps!

yonkim5-Regular MemberAuthor
5-Regular Member
November 19, 2016

Tori.. Thanks for your quick answer.

Could you more guide for file upload.

now I want to upload file through another button click event.

5-Regular Member
November 21, 2016

You wouldn't be able to use the File Upload widget and the method I described. The method I described would be an alternative. the File Upload widget has an upload button already on it.