the isapi rewrite

2007-10-18 Thread Fencer
As a web page like .aspx rewritten to the same name with .html suffix, if the html page does exist I want to response the html rather than the aspx, how could I do with this? I think it is sth about level example: a.aspx to a.html if a.html itselft does not exist, I hope the server response the

About package org.apache.commons.fileupload.*

2007-11-13 Thread Fencer
Hi all, I do write a java servlet to process the file upload with package org.apache.commons.fileupload.*. It works normally when I use a jsp form to call the servlet but when I drive a flash I find the uploaded files stay in the temp directory set by the method setRepositoryPath. Actually the