L
looyo
Unregistered / Unconfirmed
GUEST, unregistred user!
我参考了http://www.webasp.net/article/10/9546.htm 写了如下的代码不知道为什么总是上传不了。
com.jspsmart.upload.SmartUpload su = new com.jspsmart.upload.SmartUpload();
su.initialize(pageContext);
int count=-1;
su.upload();
count = su.save("/upload"
//返回总是0
com.jspsmart.upload.SmartUpload su = new com.jspsmart.upload.SmartUpload();
su.initialize(pageContext);
int count=-1;
su.upload();
count = su.save("/upload"
//返回总是0