Upload Folder

0
0

Hi

I have application thath work fine to upload files by using upload control or by drag and drop.
My question is if there any possybilty to upload entire folder.
Any suggestion?
Thanks in advance

  • You must to post comments
0
0

Hi Angelo,
This issue has been fixed in our latest release, 3.0.14.
Regards,
Levie

  • You must to post comments
0
0

Hi Angelo

Sadly folder drag / drop support isn’t included now

but we take note to add it as enhancement soon

In general you set AllowDrop to true on any Wisej control and it can receive files from the client.

thanks for your feedback 🙂

  • You must to post comments
0
0

Thanks Paul,

It works very well.

Just another question.

If I want to do it with drag and drop.

I know how to drag and drop the file. Is this possible with folders?

  • You must to post comments
0
0

Hi Angelo

As workaround you can try this please.

add this to the Upload control’s InitScript: this.__upload.webkitdirectory = true

In future version, Wisej.Net will have an enancement to handle this in a better way

HTH  and thanks for your feedback

 

  • You must to post comments
0
0

Hi Paul

I try to describe the goal.
The application has the purpose of allowing the various clients to archive files that are on their client PC on the server. The application guides the user in coding the documents to be archived. The final step is uploading to the server. If the upload concerns files, the procedure is managed either through the ‘Upload’ widget or by drag and drop.
The problem is if the user wants to upload an entire folder that perhaps contains subfolders. The previous methods are not applicable as they allow me to select only files.
It is clear to me that the ‘upload’ object does not allow selecting folders (as does darg and drop). I was wondering if there are methods to get this possibility.

Thanks

  • You must to post comments
0
0

Hi Angelo
Maybe the ClientFileSystem extension could be an alternative approach but that heavily depends on what you are trying to achieve and where you are uploading from.

If you explain in more detail your goal, we coud help you more accurately

regards

  • You must to post comments
Showing 6 results
Your Answer

Please first to submit.