使用现有服务器文件模仿表单上传jquery

时间:2015-06-09 07:46:40

标签: javascript php jquery

我在这里有一个表格:

http://www.3dgallery.ir/Themes/default/script/stl2image/

我需要将上传部分更改为自动上传方式。

这意味着我的服务器上有文件,我希望将stl文件更改为在云上映像。

所以我想如果我通过表格自动发布文件的网址就可以生成该图片了!

<form id="form" method="POST" action="posthandler.php" enctype="multipart/form-data" border="1px">  
        <table>
        <tr><td>
        <img id="stl2image" src="css/images/image_100x100.png" alt="STL to Image !" width="100px" height="100px">
        </td>   </tr>
        <tr><td>
        Upload Your STL file here.
        </td></tr>
        <tr><td>
        <img id="loading" src="http://sampsonresume.com/labs/pIkfp.gif" alt="Please wait.." />
        <label for="file">Filename:</label>
        <input type="file" name="file" id="file"/>
        </td></tr>
        </table>
        </form>

但是文件已经上传到我的服务器上了:

www.3dgallery.ir/Data/Things/rod-flexible.stl

我不需要上传浏览,我只需要脚本自动发布我的网址

0 个答案:

没有答案