Link to home
Start Free TrialLog in
Avatar of error77
error77

asked on

Syntax error in code?

Hi all,

I have this code:

<input id="file_upload" type="file" name="Filedata" />
<p><a href="javascript:$('#file_upload').uploadifyUpload()">Upload Files</a></p>

But it's not calling the select files window when I hit the button.

Is there a syntax problem in the code above?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of pritamdutt
pritamdutt
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of error77
error77

ASKER

Didn't fix the problem be it fixed the syntax and that's what I actually asked for.