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?
Asked
Active
Viewed 423 times
0
-
1Why don't you contact DevExpress support directly? – Mikhail Sep 26 '13 at 15:21
-
DevExtreme does not provide these functionalities. However, you can use the PhoneGap API to upload an image and record an audio file if you are using phonegap. Or you can try: and style it as you like. – prium Dec 13 '13 at 20:18
1 Answers
0
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.

Hussein Khalil
- 1,395
- 11
- 29