开发者

Post form results into COLORBOX modal

开发者 https://www.devze.com 2023-01-20 10:11 出处:网络
I have a page with file upload form. <form enctype=开发者_开发问答\"multipart/form-data\" method=\"post\" action=\"uploaded.php\">

I have a page with file upload form.

<form enctype=开发者_开发问答"multipart/form-data" method="post" action="uploaded.php">
   <input type="file" name="my_file">
   <input type="submit">
</form>

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


Colorbox is client-side, upload server-side. You have to create a php page which displays uploaded images and "apply" colorbox on it.

0

精彩评论

暂无评论...
验证码 换一张
取 消