我用php实现上传的难题?
rywln 2002-05-07 12:57:43 平常我都是用<input type="file" ……>来实现上传的,而我现在想实现一个这样的网页。
在一个文件夹中有几个文件(如test1.txt, test2.txt, test3.txt, test4.txt, test5.txt) ,当我选择该文件夹中的任何一个文件后(如test1.text),就会自动的把该文件夹中的其它文件(如test2.txt, test3.txt, test4.txt, test5.txt) 也一起上传。
希望大家给点意见,谢谢。