Posts Tagged ‘file-upload’

Tutorial: File upload in PHP, Securing the things.

Tutorial: File upload in PHP, Securing the things.
Usually users upload their file to a server through a web form as shown below:The HTML form looks something like this:Filename: ...

Ajax Style File Uploading using Hidden iFrame

File uploading using AJAX is not possible. AJAX doesn't actually post forms to the server, it sends selected data to the server in the form of a POST or GET request. As javascript is not capable of grabbing the file from the users machine and sending it to the server, it's just not possible with AJAX. You have to resort to regular old form submit.If ...
Copyright © 2012 ViralPatel.net. All rights reserved.