298
Views
3
Comments
[File Upload] Multiple File
Question
file-upload
Web icon
Forge asset by Alfaro

Hello, i'm trying to make the upload of multiple files, but there is no option in the component... Does anyone knows how to do it?

2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi Mauricio.

Supposedly if you use the UseDropZone option you would be able to do that.

However, it seems that this component it's not working properly and some people has had problems when trying to upload a file (I also did a quick and simple test and was able to reproduce the problems).

2021-07-27 12-21-25
Mangini

Hello Gonçalo, tudo bem?

As you said, there seens to be a major problem on the FileUpload webblock preparation: you putted the following logic:

If (HandleURL = "") Then HandleURL = GetOwnerURLPath() + "FileUploadHandlerEntry.jsf"

The fact is I running on a .Net stack... You may guess that 'jsf' is not the extension i need, but 'aspx'.


In short: Changing from "FileUploadHandlerEntry.jsf" to "FileUploadHandlerEntry.aspx" made the upload work again.

As for the 'multiple upload' part, adding 'multiple' to the extended properties in the plataform upload widget did the trick.

2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi Mauricio.

Yeah, I just saw that a few hours ago. Just didn't has time to write it here, sorry.

Nice to know it worked ;)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.