jQuery Upload Progress Plugin Not working in Chrome and Safari

Posted by Conceited Code on Stack Overflow See other posts from Stack Overflow or by Conceited Code
Published on 2011-01-31T22:36:11Z Indexed on 2011/02/06 15:25 UTC
Read the original article Hit count: 272

Filed under:
|
|
|
|

I am using the jquery.uploadprogress plugin to get the upload progress of a file from the NginxHttpUploadProgressModule. This is inside an iframe for a facebook application. It works in firefox, but it fails in chrome/safari.

When I open the console I get this.

Uncaught ReferenceError: progressFrame is not defined
jquery.uploadprogress.js:80

Any idea how I would fix that?

I would like to also send the file using AJAX when it is completed. How would I implement that?

EDIT:
I need this soon and it is important so I am going to put a 100 point bounty on this question. The first person to answer it will receive the 100 points.

EDIT 2:
Jake33 helped me solve the first problem. First person to leave a response with how to send the file with ajax too will receive the 100 points.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX