You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have built a UI around this component that shows a nice upload progress bar during upload that replaces the text and Browse files button during upload. When transitioning back to the state to allow uploads and Browse, the Browse button will no longer accept a click. That appears to be related to http://stackoverflow.com/questions/26896873/plupload-select-files-button-doesnt-work-when-it-is-inside-a-bootstrap-modal . I've attempted to wrap the button in an Ember component and "refresh" the queue object provided by pl-uploader on didInsertElement. However, that doesn't seem to do any good. I'm not sure if that is the right object to refresh or if there is something else I'm missing.
Can you offer any thoughts on how to work around this problem with plupload in an Ember environment?
The text was updated successfully, but these errors were encountered:
We have built a UI around this component that shows a nice upload progress bar during upload that replaces the text and Browse files button during upload. When transitioning back to the state to allow uploads and Browse, the Browse button will no longer accept a click. That appears to be related to http://stackoverflow.com/questions/26896873/plupload-select-files-button-doesnt-work-when-it-is-inside-a-bootstrap-modal . I've attempted to wrap the button in an Ember component and "refresh" the queue object provided by pl-uploader on didInsertElement. However, that doesn't seem to do any good. I'm not sure if that is the right object to refresh or if there is something else I'm missing.
Can you offer any thoughts on how to work around this problem with plupload in an Ember environment?
The text was updated successfully, but these errors were encountered: