News

SpiderOak, a maker of software for secure file syncing, has released an open source application for Android. We've dubbed SpiderOak "Dropbox for the security obsessive" for several reasons ...
Do you need to perform an Ajax file upload with pure JavaScript? This example lays out the steps to accomplish an Ajax file upload without the need for a JavaScript library like jQuery or Dojo.
This month's monster security patch for Office breaks Excel when it tries to open HTML files, and it seems unlikely Microsoft will fix the problem Excel users are reporting an odd bug in the way ...
Save the file, uploading it to your website if necessary. When visitors view the file and click the print button, a new window will open that contains the print-optimized HTML file you created.
Dropzone.js makes it dead simple to add a drag-and-drop file uploader to any website, complete with previews of uploaded files.
Google on Tuesday unveiled a new experimental tool for developers called Swiffy, which converts some .SWF Flash files into HTML5 code compatible with devices like the iPhone and iPad.
In this quick tutorial, I’ll show you how to upload a file from a web browser, with a Node.js file upload handler on the server-side, and a pure, Ajax based JavaScript process on the client side. Step ...