wave
wave copied to clipboard
Is it possible change ui.file_upload the saved folder?
We want to change the uploaded folder for ui.file_upload. How should to do?
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?
Yes, we want use this for another api
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.