Copy link to clipboard
Copied
Hi All,
I'm looking for a way to fetch image files using a JSX. The idea is that I parse through a CSV with a bunch of data fields, and then I want to download the images contained in a particular field.
Thanks in advance for any and all help,
K
Copy link to clipboard
Copied
Just in case: do you intend to use the images in InDesign one way or another? Or are you simply looking for a way to download images from the Internet using links supplied in a CSV file?
Copy link to clipboard
Copied
JSX natievely just has a Socket object to make network connection. You could use that but it would be a lot of work I suppose. Other options that you could use are.
-Manan