Reputation: 21
I really wanted my form to have an attachment field wherein a user can browse a file. I came to read the documentation but cannot find an example on how to create an attachment field. Does anybody know how to do that?
Upvotes: 0
Views: 425
Reputation: 1401
unfortunately, devexpress does not provide the capability to upload files, my recommendation is to use phoneGap API instead.
PhoneGap File API PhoneGap Media API
Also Check FileTransfer Object to upload or download files to and from the server. You will find full examples in the link I provided.
Upvotes: 0