[jQuery] Re: ajax file uploads: getting strange error

2008-02-18 Thread Jake McGraw
Ah, I traced the issue to a PHP error, make sure your server scripts aren't spitting out HTML errors! - jake On Feb 14, 2008 3:05 AM, Yılmaz Uğurlu <[EMAIL PROTECTED]> wrote: > Can you try upload your file without upload plugin. Create simple file form > and just post to data your uplaod action.

[jQuery] Re: ajax file uploads: getting strange error

2008-02-14 Thread Yılmaz Uğurlu
Can you try upload your file without upload plugin. Create simple file form and just post to data your uplaod action. Maybe your uplaod action returning invalid result. I got the similiar error when i first try. The problem was upload action in my project. Just check that. 2008/2/13, Jake McGraw <

[jQuery] Re: ajax file uploads: getting strange error

2008-02-13 Thread Jake McGraw
Just started getting this issue with the Forms plugin! - jake On Feb 9, 2008 5:07 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I just downloaded the latest version of the ajax file upload plugin > (http://www.phpletter.com/Demo/AjaxFileUpload-Demo/). I have created > a test page