wave icon indicating copy to clipboard operation
wave copied to clipboard

Is it possible change ui.file_upload the saved folder?

Open italanchan opened this issue 1 year ago • 3 comments

We want to change the uploaded folder for ui.file_upload. How should to do?

italanchan avatar Apr 01 '23 08:04 italanchan

What exactly is meant by "changing" the uploaded folder? Do you want to save files to a different location while still reusing Wave for processing (in that case have a look at `H2O_WAVE_DATA_DIR in the docs) or do you want to send the file data to your custom API endpoint for further processing?

mturoci avatar Apr 03 '23 06:04 mturoci

Yes, we want use this for another api

italanchan avatar Apr 03 '23 11:04 italanchan

I see. What kind of authentification do you use? I am asking since this might be a problem unless you use the same mechanism as Wave itself.

mturoci avatar Apr 03 '23 12:04 mturoci