Fixed names
This commit is contained in:
parent
985ab58235
commit
b5f161f7f1
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ public abstract class AjaxFileUpload extends HttpServlet {
|
|||
try {
|
||||
// Read the javascript file to memory
|
||||
String path = JAVASCRIPT_FILE;
|
||||
if(config.getInitParameter("JAVASCRIPT") != null)
|
||||
path = config.getInitParameter("JAVASCRIPT");
|
||||
if(config.getInitParameter("JAVASCRIPT_FILE") != null)
|
||||
path = config.getInitParameter("JAVASCRIPT_FILE");
|
||||
JAVASCRIPT = FileUtil.getContent( FileUtil.findURL(path) );
|
||||
|
||||
// Read temp dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue