File Upload from loadVars csv

Hello, I need to upload a list of files from CSV

each one once at the time

like file1.jpg once
file2.jpg next time

but my file list with full path

example c:\users\fred\download\image\file1.jpg

or file url http://localhost:8080/file1.jpg

both examples return [error] {“code”:-32000,“message”:“Not allowed”}

1 Like

@jose.frederico you can check the following solution on how to deal with your error.

1 Like