Sunday 15 February 2015

php - YUI 3 how to get / save uploaded files with uploadURL -



php - YUI 3 how to get / save uploaded files with uploadURL -

i utilize illustration yui3 documentation (http://yuilibrary.com/yui/docs/uploader/uploader-multiple.html) here new uploader created:

var uploader = new y.uploader({width: "250px", height: "35px", multiplefiles: true, swfurl: "flashuploader.swf?t=" + math.random(), uploadurl: "http://yuilibrary.com/sandbox/upload/", simlimit: 2, withcredentials: false });

can help me uploadurl? create getfile.php

uploadurl: "http://<website>/share_location/getfile.php",

but how can files , write them location?

you can download see file :yui\src\uploader\tests\manual\simpleupload.php

php yui yui3

No comments:

Post a Comment