kostysh / File-uploading-component-for-Sencha-Touch

Ext.Button based component for uploading files in Sencha Touch apps without page refresh
51 stars 26 forks source link

File-Uploading Issue #10

Closed vyvanand closed 10 years ago

vyvanand commented 11 years ago

I can able to upload file only once in IOS. If I tried to upload for second time, I cannot able to upload.. What will be the reason??

kostysh commented 11 years ago

Please check javascript console. Does you got any errors?

vyvanand commented 11 years ago

No errors are found in javascript. The same thing is working in chrome browser of pc.I can able to upload many pictures at many times.

kostysh commented 11 years ago

I cannot reproduce this issue. Just tried doing upload files multiple times and with success

jstxx commented 10 years ago

So I found this issue too- perhaps it only occurs when using a navigation view? It will work multiple times if you stay on the page but only seems to occur after navigating away from the current view.

kostysh commented 10 years ago

"navigation view" is a specific component. By default, each time then you make .pop() in this component, this component will destroy a previous pushed view. You can try to configure autoDestroy property for Navigation view - to false.

vyvanand commented 10 years ago

Thanks All. I fixed this issue