Android : Upload file from directoy path

on Tuesday, March 31, 2015


I'm trying to upload a file on an android phone using HTML5 and Javascript. Everything works perfectly except the phone asks the user to select an app to find the file. Is there a way to skip the app selection, and force the user to select a file from the Chrome Downloads directory?


Additional Info: I am able to skip the app selection when the user downloads the file by using "data:application/octet-stream;Content-Disposition:attachment". Is there something similar for uploading a file?


0 comments:

Post a Comment