I would like to have a button which allows users to select files stored in their mobiles and upload them.
I tested "Uploading Files to Tiggzi Database" and "File upload" tutorials you published but both tutorials are oriented to the images selection and upload.
I add the code
"code<form enctype="multipart/form-data" method="post" name="fileinfo" style="visibility:hidden">
<fieldset>
<input type ="file" name ="fileselect" id="fileselect"></input>
</fieldset>
</form>/code
in the panel and $('#fileselect').trigger('click'); on button click,
and
when i test the application on the desktop web browser i can select every kind of file
but when i test on my android mobile i can select just images from my gallery
is there a way to browse among files stored in my mobile device ????