157
Views
3
Comments
Solved
[Reactive Multiple File Upload] How to handle multi user upload?
multiple-file-upload-reactive
Reactive icon
Forge asset by José Pedro Proença
Application Type
Reactive

Hi,

How should multi session uploads be handled with this component? If two users are uploading files, how can I make sure that the right files are uploaded for the users. This also concerns the deletion of files.

Thanks,

Menno

2021-07-14 09-27-33
Luís Cardoso
Solution

Hi menno,

Do you have any issues related with the concerns that you pointed?

I tested and look at the code and can't find any issue related to what you said.

The list of UploadedFiles is local on the Webblock, so will be only displayed for the user on the session.


The gallery of the files uploaded is filtered by sessionId, so the user only can see your files

I tested these situations with different browsers and PC's and it looks all OK to me.


BR,

Luís

2021-01-21 14-05-49
José Pedro Proença
 
MVP

HI menno hoogsteen :)

As hinted by Luís Cardoso, you should create a table and associate the fileId with your userId.

Please, feel free to elaborate if you need more help.
José

2021-09-10 20-38-28
Menno Hoogsteen

Hi Luis, José

Thanks for the feedback.

Cheers,

Menno

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