Uploading Question

See all posts See thread Reply

Re: Uploading Question new!
by colin, 15 years ago
You cannot upload a file from a website directly. However, you can write a few lines of code to retrieve the picture from the website, and then process it with the class (look in the doc for how to process local files)

As for overwriting existing files, from version 0.27, simply set file_overwrite to true (If you use an older version, you also have to set file_auto_rename to false).Reply