This seems to be my new favorite place...
OK, I'm trying out the jQuery file upload on page 132 and having a problem with Listing 8-16. I'm copying the code directly from the source files and compared it to the text in book. It looks correct. I've also properly installed the jQuery code.
Anyway, the view renders but when I browse to a text file and click "Upload File" I receive a javascript error.
Error: illegal character
Source File:
http://dev.blogs.com/posts/addLine: 1, Column: 60
Source Code:
$('#postAddForm').ajaxSubmit({target: '#postTextUpload',url:\"/posts/text'});return false;
I've tried both IE and FF and same results. I've also tried various searches for documentation on the correct parameters for the ajaxSubmit but no luck.
Anyone have any ideas?