-
21 Oct 2009 4:50 AM #1
file upload
file upload
hey guys, using a file upload script i found on the net. but keep getting this error
syntax error () ext-all-debug.js (line 7389) ive done everything correctly not sure whats happening. anyone else had this problem with file uploads.?
here is the code i am using from the example
http://defafe.com/tutorial-extjs-upload-file-and-image/
-
21 Oct 2009 5:05 AM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 41
What is your server returning after you uploaded the file?
It needs to be something like:
Code:<html><body>{success: true}</body></html>
-
21 Oct 2009 6:46 AM #3


Reply With Quote