Archive

Posts Tagged ‘upload’

AJAX FILE UPLOAD – Uploading local files with AJAX/Javascript to a server

November 4th, 2009 No comments

Many people say uploading files with AJAX is impossible! Well, they’re wrong :-)

Granted this solution only works with FireFox/Mozilla. And the user has to change a setting in “about:config” and accept the advanced access privileges.

Anyway, such an AJAX file upload is only suitable for restricted area stuff, such as Content Management Systems, Group-Ware etc., so users can be briefed before actually using it. Read more…