Multiple file upload with uploadify|Ladda upp flera filer samtidigt med uploadify

fre, Apr 24, 2009

Flash, Javascript, PHP

multiple_file_uploadMed uploadify laddar du enkelt upp en eller flera filer till servern på samma gång. Den kräver flash och något serverscriptspråk för att fungera.
Det är mycket lätt att aktivera och vem som helst kan implementera den. Det finns även en hel del inställningar för mer advancerade användare.
With uploadify You can upload one or more files to the server at the same time. It requires flash and any server language in order to work.
It is very easy to use and anyone can implement it. There are also a lot of settings for a more experienced users.

ExempelSample:

$(document).ready(function() {
$('#fileInput').fileUpload ({
'uploader'  : 'uploader.swf',
'script'    : 'upload.php',
'cancelImg' : 'cancel.png',
'auto'      : true,
'folder'    : '/uploads'
});
});

Demo: http://www.uploadify.com/demo/
Ladda nerDownload: Uploadify v1.6.2mit

  • Share/Bookmark

This post was written by:

Stefan - who has written 62 posts on Allt om färdiga open source lösningar för webben.


Contact the author

Leave a Reply