can anyone show me how to upload a binary file using Ajax (and php of course) I mean the html and js ?
pucivogel 0 Newbie Poster
Recommended Answers
Jump to PostIf you can use HTML 5, please take a look at this:
http://www.html5rocks.com/en/tutorials/file/dndfiles/
This would allow you to chunk the file locally and send it through websockets or webservices. You would be able to upload any size file (even 4GB) without hitting …
All 4 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.