user2089671
user2089671

Reputation: 21

How to create attachment field in dxtreme?

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

Answers (1)

Hussein Khalil
Hussein Khalil

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

Related Questions