I am a beginner in nopCommerce 2.30. There is no Fileupload Control version 2.30.
I want to use Fileupload Control in nopCommerce 2.30. Last day I download the
nopCommerce 2.65. Fileupload Control avilable in nopCommerce 2.65. I changes the
source code 2.30 for implement FileUpload control (reference on 2.6).
Fileupload control rendered succssfully in browser.
but when I upload a file it's shown a erroe message Please see the Images.
I and include the UpdateFileProductAttribute function in ShoppingCartController in
nopCommerce 2.30 and debug the entire code. Class CatalogSettings In
FileUploadMaximumSizeBytes Property is always 0. Please see the image
And I add the case AttributeControlType.FileUpload: in AddToCartProduct function
in the CatalogController. but this.Request.Files is null. Please see the Image.
Is it possible to implement in Fileupload control in nopCommerce 2.30 ?
Please Help