Upload many doesn't work in Editor.NET 1.7.4 sample.
Upload many doesn't work in Editor.NET 1.7.4 sample.
szx
Posts: 11Questions: 4Answers: 0
I tried 'upload many' sample in Editor.NET 1.7.4 solution with sql server,
and found that 'd' (upload-many.html, line 71) returns undifined.
Google Chrome error is 'Uncaught TypeError: Cannot read property 'length' of undefined'.
How can I fix this?
All the other functions work very fine.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Fixed by modifying upload-many.html, line 71-75:
Original file was:
d.length does not return boolean.
That's interesting - thanks for letting me know about that!
Allan