Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
K N
26
Views
1
Comments
[Dropzone File Upload] Issues with DropZone 1.2
Question
Forge
Dropzone File Upload (O11)
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.
João Melo
MVP
Hey, I published a new version of the component based on the Kuniyoshi' suggestions
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...