File-uploading-component-for-Sencha-Touch icon indicating copy to clipboard operation
File-uploading-component-for-Sencha-Touch copied to clipboard

Ext.Button based component for uploading files in Sencha Touch apps without page refresh

Results 8 File-uploading-component-for-Sencha-Touch issues
Sort by recently updated
recently updated
newest added

How to upload image to mysql insert/update blob field? What need to be change at this part in php? $uploaddir = '../../trash/';//your-path-to-upload

Hello, Thank you for this feature! I have been able to make it work. I'm wondering how I can allow the user the option to upload from file or directly...

I am trying to add an icon to this button, however iconCls is ignored, and anywhere I put it in the config (either in my button definition, or in the...

Running the demo iOS device from http://mindsaur.com/demo/fileupload opens the photo library as expected. Running the demo cloned from github on my webserver http://cluebucket.com/demo/fileupload does _not_ open the photo library as...

when i upload a image size like 5M ,the app which is installed in mobile phone is crash,why?

Hi, i have got this working with android and windows phones, but cannot get the file uploader to work in IOS6 on an iphone. are there any known issues with...

Are we unable to upload non image files from Android? From a desktop browser, I have no restriction on the upload type, but tapping the Browse button from Chrome on...

I have a following code but when my server returns success:true in json success event is not getting fired { ``` xtype: 'fileupload', id:'noUpload', width:100, height:40, margin:'0 10 10 10',...