TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

File uploads with JQuery?

2 pointsby amrithkalmost 17 years ago
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

astonalmost 17 years ago
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 未加载