AJAX File Uploader for ColdFusion
Uploading files with AJAX is a unique challenge due to the fact that file uploads require a form "post" with enctype="multipart/form-data". To get around this people have used a combination of IFrames and AJAX.
Uploading files with AJAX is a unique challenge due to the fact that file uploads require a form "post" with enctype="multipart/form-data". To get around this people have used a combination of IFrames and AJAX.
Recent Comments