This is a migrated thread and some comments may be shown as answers.

Mobile - not working on android (Nexus 5)

3 Answers 64 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Matjaz
Top achievements
Rank 1
Matjaz asked on 19 Nov 2014, 06:41 PM
I try to upload foto with mobile. I first try my code on desktop and it works. Then on IPAD on it works. With existing photo or new capture. But sadly it not works on Nexus 5. When I select existing or new photo I get notification at the bottom: "Failed to open selected file".
I install Wireshark on testing server, and it looks like no request came to server.
Are you familiar with this problem or it is just me? What can I do?
I get same error with your demos. I try Basic usage and Asynchronous Upload.

3 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 21 Nov 2014, 12:53 PM
Hello,

We have not seen such problem before, but we also consider it to be a client-side issue. The basic usage in particular does nothing really special.
You can try replacing the upload with a simple form with file input:
<form action="/save-url" method="POST" enctype="multipart/form-data">
    <input type="file" name="file" id="file" />
    <input type="submit" name="submit" value="Submit" />
</form>


Does the file selection and upload succeed this way?

Regards,
T. Tsonev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Matjaz
Top achievements
Rank 1
answered on 21 Nov 2014, 10:15 PM
I did some digging and found out that this was a bug in Chrome. Forcing Nexus to update chrome solve my problem.
I apologize to bother you.
0
Dimiter Madjarov
Telerik team
answered on 24 Nov 2014, 09:59 AM
Hello Matjaz,


Thank you for the update. Have a great day!

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Upload
Asked by
Matjaz
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Matjaz
Top achievements
Rank 1
Dimiter Madjarov
Telerik team
Share this question
or