Testing CSV File Uploads In Ruby

Testing the functionality of a CSV file uploader may seem to be simple and straightforward at first but as it turns out – not quite as explained in Ruby Quicktips. Say if you have a form for uploading CSV files like the one below: <%= form_tag csv_import_path, :multipart => true do %> <%= file_field_tag :file, [...]

Continue Reading →

Upload Your Files with These 10 Powerful jQuery Uploader Plugins

Today’s web developers are unstoppable about creating newer and better plugins for your web site, so I’ve gathered 10 of the most powerful jQuery File Uploaders for your web site or blog. One of the plugins featured here is the jQuery upload which lets you upload your files by Ajax style. Ajax Upload by Valums [...]

Continue Reading →

Image file errors after moving to new server?

An Error Uploading After Server Move… Say anyone of you Blogfreakz out there experienced this error when trying to upload an image? I didn’t realize until after moving my blog onto a new server that, the directory on above image is pointing to the directory on my old server. So here are the steps I [...]

Continue Reading →

How To Enable Mobile Templates on Blogger

Hey Guys, Make sure that you have enabled your mobile template on blogger, so you can get in touch with your readers while they’re on the go! Just login on your account and setup mobile template for your blog on blogger. This tutorial uses a new version of blogger, if you are using an older [...]

Continue Reading →

Droparea - HTML5 Drag & Drop Image File Uploader

Droparea is a HTML5 drag and drop image file uploader jQuery plug-in and a php script for server-side. Simply drag the image file into the specified area, the image will be automatically uploaded to your server. You can also see the progress of the upload too. Droparea has been tested on Google Chrome and Mozilla [...]

Continue Reading →

jQuery File Upload - Multiple File Upload Plugin for jQuery

jQuery File Upload is an open source plugin for jQuery that supports multiple file upload with lots of useful features including drag and drop, upload progress indicator and cross-site file uploads. Incoming search terms for the article: jquery multiple file upload multiupload jquery jquery multiupload jquery upload multiple files jquery multi upload jquery multi file [...]

Continue Reading →

File Uploader With Progress Bar, Drag & Drop

Ajax Upload uses XHR for uploading multiple files with progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden iframe based upload in other browsers, providing good user experience everywhere. Ajax upload allow us to upload a file by click on the upload file button or drag-and-drop which is supported in FF, Chrome. Progress-bar is [...]

Continue Reading →

Display Thumbnail for Image Uploads with jQuery

We’ve all seen the basic file upload form for uploading avatars, images, memes, etc. The problem with these is that once you upload your image it’s hidden from you. Incoming search terms for the article: jquery upload thumbnail jquery image upload thumbnail Display Thumbnail for Image Uploads with jQuery jquery image upload jquery upload image [...]

Continue Reading →

Upload Ajax - Easy upload multiple file using ajax

Browsers force us to use file inputs (<input type=”file” />) for uploads, which are impossible to style. Moreover, form-based uploads look obsolete in modern web applications. We can use flash to solve this problem, but JavaScript works nice too. AJAX Upload allows you to easily upload multiple files without refreshing the page and use any [...]

Continue Reading →

Plupload - simple multiple files uploader

Plupload Allows us to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads. Incoming search terms for the article: plupload cakephp plupload django Plupload plupload review cakephp plupload plupload php plupload demo plupload mysql django plupload plupload prototype

Continue Reading →

Page 1 of 212»