Jump to content

Image Uploading


jasper182

Recommended Posts

I'm looking for some help in making an image uploader tool in ajax.  The main thing I'd like it to do is allow for multiple files to be selected and uploaded at once.  Also some drag and drop abilities may be handy too.  If ajax can't handle this I can look into something else.  However, I'd like to stay away from using java or flash to accomplish this if possible.  Thanks.

Link to comment
https://forums.phpfreaks.com/topic/63138-image-uploading/
Share on other sites

File uploads in AJAX would mean that a user would have to allow the browser (JavaScript) to read files on their machine. That opens all sorts of security holes, and if search for how to do AJAX uploads, you'll see that you'll need to make a couple of tweaks to Firefox's security to allow it to happen.

The alternatives are your best choice.

Link to comment
https://forums.phpfreaks.com/topic/63138-image-uploading/#findComment-314686
Share on other sites

File uploads in AJAX would mean that a user would have to allow the browser (JavaScript) to read files on their machine. That opens all sorts of security holes, and if search for how to do AJAX uploads, you'll see that you'll need to make a couple of tweaks to Firefox's security to allow it to happen.

The alternatives are your best choice.

 

Gmail does that for file attachments...

Link to comment
https://forums.phpfreaks.com/topic/63138-image-uploading/#findComment-314896
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.