When we use commons fileupload, how do we know if upload process is successful?
In the following code, if it throws Exception, then it means upload process is
unsuccessful. Is that the only way to check if upload is successful?
Fileitem item = �;
item.write(uploadedFile);
Please advise. Thanks!!
---------------------------------
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!
