sadik7266 / jquery-multifile-plugin

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

Cannot call apply for undefined #194

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
!!!IMPORTANT!!!
If you're reporting an issue regarding issues uploading files, please check
the following:
1. Have you tried uploading a single file without using the plugin? Makes
sure this works before submitting a bug report
2. Make sure your form has method=POST and enctype=multipart/form-data
3. Are you using valid (x)HTML? Invalid markup can stop the form from being
submitted altogether
4. Are you using the correct element names as required/expected by your
server-side script?

OTHERWISE, please remove this message and complete the form below:

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the plugin/jQuery are you using?
PLUGIN VERSION:
JQUERY VERSION:

On what browser(s) or operating system?
BROWSER(S):

Please provide a link to where the problem can be observed:
URL:

Feel free to provide any additional information below.

Hi,

I have a user control in ASP.NET which I render on page using Jquery. In that 
control I have used mutifile control. When I submit the form it gives me error 
"Cannot call apply for undefined' in line

value = $.fn.MultiFile.intercepted[method].apply(this, arguments); in intercept 
method. I am unable to understand why it is happening. Please help.

Thanks,
Sachin

Original issue reported on code.google.com by ersachin...@gmail.com on 12 Mar 2014 at 9:18

GoogleCodeExporter commented 8 years ago
Need to see the rest of your code. 

Is there a link where I can see it in action?

Original comment by diego.a...@gmail.com on 12 Mar 2014 at 9:28

GoogleCodeExporter commented 8 years ago
It is on my local PC. I can show you via teamviewer.

Original comment by ersachin...@gmail.com on 12 Mar 2014 at 9:32

GoogleCodeExporter commented 8 years ago
I can show you via teamviewer. It is not online.

Thanks

Original comment by ersachin...@gmail.com on 12 Mar 2014 at 9:32