diff --git a/applications/product/groovyScripts/catalog/category/EditCategory.groovy b/applications/product/groovyScripts/catalog/category/EditCategory.groovy index f186a9a3e35..6de271c9dca 100644 --- a/applications/product/groovyScripts/catalog/category/EditCategory.groovy +++ b/applications/product/groovyScripts/catalog/category/EditCategory.groovy @@ -58,7 +58,7 @@ context.imageNameLinkTwo = imageUrlPrefix + "/" + filenameExpander.expandString forLock = new Object() contentType = null -fileType = request.getParameter("upload_file_type") +fileType = request.getParameter('up_load_file_type') if (fileType) { context.fileType = fileType diff --git a/applications/product/groovyScripts/catalog/config/EditProductConfigItemContent.groovy b/applications/product/groovyScripts/catalog/config/EditProductConfigItemContent.groovy index 435d5165a6f..449d3e15f8e 100644 --- a/applications/product/groovyScripts/catalog/config/EditProductConfigItemContent.groovy +++ b/applications/product/groovyScripts/catalog/config/EditProductConfigItemContent.groovy @@ -70,7 +70,7 @@ context.tryEntity = tryEntity forLock = new Object() contentType = null -fileType = request.getParameter("upload_file_type") +fileType = request.getParameter('up_load_file_type') if (fileType) { context.fileType = fileType diff --git a/applications/product/groovyScripts/catalog/imagemanagement/ImageUpload.groovy b/applications/product/groovyScripts/catalog/imagemanagement/ImageUpload.groovy index 9b569b78ad3..1f6bb3e1c82 100644 --- a/applications/product/groovyScripts/catalog/imagemanagement/ImageUpload.groovy +++ b/applications/product/groovyScripts/catalog/imagemanagement/ImageUpload.groovy @@ -70,7 +70,7 @@ context.tryEntity = tryEntity // UPLOADING STUFF forLock = new Object() contentType = null -String fileType = request.getParameter("upload_file_type") +String fileType = request.getParameter('up_load_file_type') if (fileType) { context.fileType = fileType diff --git a/applications/product/groovyScripts/catalog/product/EditProductContent.groovy b/applications/product/groovyScripts/catalog/product/EditProductContent.groovy index 5ea60f2c7c9..202eb1e945d 100644 --- a/applications/product/groovyScripts/catalog/product/EditProductContent.groovy +++ b/applications/product/groovyScripts/catalog/product/EditProductContent.groovy @@ -68,7 +68,7 @@ context.tryEntity = tryEntity // UPLOADING STUFF forLock = new Object() contentType = null -String fileType = request.getParameter("upload_file_type") +String fileType = request.getParameter('up_load_file_type') if (fileType) { context.fileType = fileType diff --git a/applications/product/template/category/EditCategory.ftl b/applications/product/template/category/EditCategory.ftl index f45fb7feeef..89850f0cf51 100644 --- a/applications/product/template/category/EditCategory.ftl +++ b/applications/product/template/category/EditCategory.ftl @@ -213,15 +213,15 @@ function insertImageName(type,nameValue) {

${uiLabelMap.ProductCategoryUploadImage}

-
+ diff --git a/applications/product/template/config/EditProductConfigItemContent.ftl b/applications/product/template/config/EditProductConfigItemContent.ftl index cd01bbc9e7b..7952bfd2e63 100644 --- a/applications/product/template/config/EditProductConfigItemContent.ftl +++ b/applications/product/template/config/EditProductConfigItemContent.ftl @@ -152,8 +152,8 @@ function insertImageName(size,nameValue) {

${uiLabelMap.ProductUploadImage}

- - + +
diff --git a/applications/product/template/product/EditProductContent.ftl b/applications/product/template/product/EditProductContent.ftl index 7fafff9785a..e107575b676 100644 --- a/applications/product/template/product/EditProductContent.ftl +++ b/applications/product/template/product/EditProductContent.ftl @@ -184,7 +184,7 @@ under the License. };

${uiLabelMap.ProductUploadImage}

- +

- - - + + +
@@ -192,11 +192,11 @@ under the License.   - - - - - + + + + +