Post form results into COLORBOX modal

pletcheruvo

New Member
I have a page with file upload form.\[code\]<form enctype="multipart/form-data" method="post" action="uploaded.php"> <input type="file" name="my_file"> <input type="submit"></form>\[/code\]I need to post results into a modal window created with colorbox jQuery plugin.http://colorpowered.com/colorbox/Does anyone know how do do this?Thanks
 
Back
Top