change datapath of the fileInput()

Hello,
when using the fileInput() function to upload a file, is it possible to chose the destination directory? On my computer, by default, the datapath is in my /tmp/ directory, but I would like to change this parameter/option. Is it possible please?
Cheers,
Camille

Hi @croux. The default data path of fileInput cannot be change. The datapath is just the temporary path for the upload file to store. So, you can save the file to other path on server side after the uploading.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.