Issue : Local file doesn't exist

See all posts See thread Reply

Re: Issue : Local file doesn't exist new!
by colin, 10 years, 7 months ago
That is strange... Can you use version 0.32 and try again?Reply
Re: Issue : Local file doesn't exist new!
by sorryss, 10 years, 7 months ago
nope, i'll try and write here again. Thanks your interest!

and extra info; I use this code snippet with a very simple jquery plugin which i coded for the image uploading without page refresh (i used iframes). Maybe this help about it.Reply
Re: Issue : Local file doesn't exist new!
by colin, 10 years, 7 months ago
Do you have enctype="multipart/form-data" in your form tag?Reply
Re: Issue : Local file doesn't exist new!
by sorryss, 10 years, 7 months ago
Sorry for lately answer.

I solved it!

i changed this line ;
$handle = new upload($_FILES[$q[2]]['name']);

to this;
$handle = new upload($_FILES[$q[2]]);

and now it works fine.

Thanks for your all effort to help me out and for this amazing class.
All the best.

Ps: i use the newest version. 0.32Reply