这段javascript代码已经被修改为上传的图片数量等于4张。这很好用,因为它总是下载4张图片,但它为所有图片带来了相同的路径,即相同图片的四倍。注意:我使用随机数生成器来确保图片是唯一的。
i=0;
$(function(){
var btnUpload=$('#upload');
var status=$('#status');
new AjaxUpload(btnUpload, {
action: 'upload-file.php',
我正在建立一个多文件上传表,用户可以用来上传他们的图片,而不是被重定向到另一个页面。
The pseudo code as follow:
1. prompt user to create new album and redirect them to the addphoto.php page.
2. at the addphoto.php page user can pick their pictures to upload without going further to other pages by using iframe.
2.1. When user