sadik7266 / jquery-multifile-plugin

Automatically exported from code.google.com/p/jquery-multifile-plugin
0 stars 0 forks source link

Issues with multi-file in jquery ui dialog (plugin deactivated when reopening dialog) #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Place a file input in a jquery ui dialog.
2. Place the jquery multi file plugin script call in the ui dialog html
3. Open the ui dialog and multi-select files. Everything works.
4. Close the dialog (either submit or not, it's irrelevant).
5. Open the ui dialog and attempt to multi-select files. Upon file selection, 
nothing happens (the file description and [x] link do not appear).

What is the expected output? What do you see instead?
When working with jquery ui dialogs and ajax, if the multi file plugin script 
src tag is placed in the main template, the plugin is not active when the 
dialog is open, at all. If placed in the html of the dialog, it will be active 
the first time, but if the dialog is closed and open again, it will not work. 
It should work every time. Perhaps I am doing something wrong?

What version of the plugin/jQuery are you using?
v1.47(packed):
v1.4.2(min):

On what browser(s) or operating system?
firefox 3.6.3 running on ubuntu 10.4LTS

Please provide a link to where the problem can be observed:
URL: localhost, not available.

Feel free to provide any additional information below.
Will attach files if required. Thank you.

Original issue reported on code.google.com by mchavarr...@gmail.com on 18 Jun 2010 at 6:23

GoogleCodeExporter commented 8 years ago
The project has been dormant for over a year and many of the support requests 
have been resolved and/or are invalid. So we're going to archive them all, 
pending review.

If you're still having a problem with the plugin, please visit the project page 
and re-open the issue. We do apologize for any inconvenience this may cause, 
but please bear with us...  we'll be making improvements to the plugin and its 
documentation over the coming weeks.

Stay tuned; and thanks for your support!

The Fyneworks Team
http://twitter.com/fyneworks

Original comment by fyneworks on 26 Jan 2012 at 1:37

GoogleCodeExporter commented 8 years ago
Me to have this bug.
I use jQuery Multiple File Upload Plugin v1.47
I have a dialog and content his loaded from ajax request. After close this 
dialog and open again, I get error $.fn.MultiFile.intercepted[method] is 
undefined

Original comment by gif...@gmail.com on 25 Apr 2012 at 9:43

GoogleCodeExporter commented 8 years ago
same problem. any idea how to fix. Thank you.

Original comment by trig...@gmail.com on 4 Jun 2012 at 6:41

GoogleCodeExporter commented 8 years ago
The solution that worked for me was to atached the script to my main page (not 
to the popup) and istead of using the class mutli in your popup, use : 
$('selector').MultiFile()

Original comment by m...@silkinteractive.hk on 10 Jul 2012 at 8:09

GoogleCodeExporter commented 8 years ago
can you explain it in detail ?
i also have same issue.
how you solved it ?

Original comment by vatsal.c...@gmail.com on 23 Dec 2014 at 7:49