我正在尝试使用 Ajax/jquery 上传图像而不刷新,也没有在后端使用任何 php。我搜索了很多,但都在后端使用 php,我的要求是不要使用 php。
http://www.9lessons.info/2011/08/ajax-image-upload-without-refreshing.html
http://dondedeportes.es/uploader-previewer/
如果没有 php 是不可能的。请给我一些替代方案。
我正在尝试使用 Ajax/jquery 上传图像而不刷新,也没有在后端使用任何 php。我搜索了很多,但都在后端使用 php,我的要求是不要使用 php。
http://www.9lessons.info/2011/08/ajax-image-upload-without-refreshing.html
http://dondedeportes.es/uploader-previewer/
如果没有 php 是不可能的。请给我一些替代方案。
不,如果没有某种后端来处理上传,就不可能上传图像。
你使用什么样的服务器?如果它支持 Webdav,您可以使用Javascript Webdav-Client。但是为此,必须配置服务器。