in reply to Re: Perl Upload with JQuery
in thread Perl Upload with JQuery

Sorry I do, I just typed it wrong here, but this is what I have:
my $UPLOAD_FH = $form->upload("file");
And there is no error anywhere, I cant understand why!

Replies are listed 'Best First'.
Re^3: Perl Upload with JQuery
by marto (Cardinal) on Dec 08, 2010 at 15:30 UTC

    In future please copy and paste exactly what you have, rather than allow potential typos, otherwise we could be here all day fixing problems you don't actually have in your code.

    "I can not get it to work at all"

    This isn't a reasonable way to explain how you have tried to run this or debug it. See Ovids course I linked to previously regarding debugging your script. It has lots of advice there, saving me for retyping it here. In addition to that consider using something like Friebug do aid debugging web based tools.

    A reply falls below the community's threshold of quality. You may see it by logging in.