ivan-novakov / extjs-upload-widget

File upload widget for ExtJS v4
81 stars 42 forks source link

Two instances of the upload Manager #32

Closed RichardStyles closed 9 years ago

RichardStyles commented 9 years ago

Using Sencha Architect and while trying to track down why it seemed to loose my url. I'm overriding the uploader to use the FormDataUploader, as per instructions in Readme. Both the Dialog and Panel elements both create an instance of the upload.manager. Panel creating first and the Dialog defaulting back to ExtJsUploader, which was throwing a no url error.

Is this the expected behaviour to create two instances, or should the dialog use the upload manager instance attached to the upload.Panel

RichardStyles commented 9 years ago

Issue actually caused by Sencha Architect.