Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#4
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
ICEsoft Forum Reference:
Description
If you put an inputFile component on a page in the root directory, it works, otherwise if you put it in a page in a subdirectory, the upload fails, because the IFRAME tag is referencing /subdir/uploadHtml, but the upload servlet is listening at /uploadHtml
Now, instead of the InputFile rendering a relative path to the upload servlet, it uses an absolute path, derived from the request context path.
Subversion 13883
icefaces\component\src\com\icesoft\faces\component\inputfile\InputFile.java