TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

File uploads with JQuery?

2 点作者 amrithk将近 17 年前
Hi, Does anyone know of tutorials that explain how one can use JQuery (together with PHP) to upload files to a server?<p>I have an PHP based upload script but the problem is that the whole page gets refreshed when I try to upload a file. I wish to "AJAXify" the upload process (if I may use that word) using JQuery.<p>Thanks

1 comment

aston将近 17 年前
Javascript won't help you much when it comes to dynamically uploading content. Adobe's got a really flexible uploader in Flash, and the nicest Javascript interface I've seen to it is <a href="http://swfupload.org/" rel="nofollow">http://swfupload.org/</a>, though it does take some work to integrate.
评论 #212776 未加载