AnantLabs / ocupload

Automatically exported from code.google.com/p/ocupload
0 stars 0 forks source link

enchancement #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

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

What version of the product are you using? On what operating system?
1.1.2. XP firefox 3

Please provide any additional information below.
onSelect function should have some control as i guess. File could't post if
onSelect return false for example

Original issue reported on code.google.com by easter.by on 23 Sep 2008 at 2:48

GoogleCodeExporter commented 9 years ago
I have tested your scenario and I cannot reproduce with Firefox or IE.  If you 
are 
still experiencing the issue, then please reopen the issue and provide more 
details 
on the exact case.  Thanks.

Original comment by mhorn...@gmail.com on 18 Dec 2008 at 4:24

GoogleCodeExporter commented 9 years ago
Ок. I was attached file with my changes
Here the list of changes (for jquery.ocupload-1.1.2.js):
1. (row 133) should be 'name' insted 'value'
if(name) {
  input.attr('name', name);
}
2. I was add new param dataType for processing JSON response (please review and
update if needed). Just try to find "dataType" in attachment

Original comment by easter.by on 18 Dec 2008 at 7:49

Attachments: