Good day,
I'm trying to use RadAsyncUpload to upload various document types (PDF, doc, docx).
On my iPad, when I click the "Select" button, I only have the option to upload images (see attached).
While searching for an answer, I came across this old blog post indicating it should be possible to upload files from iOS devices: http://www.telerik.com/blogs/uploading-files-with-telerik-s-asp-net-async-upload-control-more-flexible-than-ever
My question is: are images the only filetype that can be uploaded with iOS devices with the RadAsyncUpload control? If not, how can I set it so I can upload PDF/doc/etc?
Thank you!
My code snippet:
<telerik:RadAsyncUpload ID="uploadCV" runat="server" Skin="MetroTouch" UseApplicationPoolImpersonation="true" AutoAddFileInputs="false" InitialFileInputsCount="1" AllowedFileExtensions="pdf,doc,docx" MaxFileInputsCount="1" ToolTip="Upload your C.V." OnClientFileUploaded="fileUploaded" EnableInlineProgress="true" MultipleFileSelection="Disabled"></telerik:RadAsyncUpload>