26
Views
1
Comments
[Dropzone File Upload] Issues with DropZone 1.2
Question
logo-png
Web icon
Forge asset by João Melo
Hi

I'm using 'DropZone', and faced two problems below.

1.xlsx uploading
    When I try to upload xlsx file, an SqlException occured.
    The length of OriginalFileType attr in FileNode entity seems too short(length:50).
    FileType of xlsx(application_openxmlformats) is over 50 characters,
   so I set the value as 100 and got uploading successfully.
2.file downloading
     When I try to download file(e.g. txt and xls), an error was occured.
       (Error: The connection to the server was reset)
     It seems that the 'Method' property of download link on ShowFileNode Widget causes this problem.
     I changed the value(Ajax submit) to Submit and got downloading successfully.

Thanks for creating thus nice forge.
I hope my post helps.
2023-02-10 19-42-59
João Melo
 
MVP
Hey, I published a new version of the component based on the Kuniyoshi' suggestions
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.