Skip to main content
Inspiring
October 17, 2023
Question

Send images from photoshop via http request

  • October 17, 2023
  • 1 reply
  • 534 views

Does anybody know whether it's possible to send images from photoshop to a http address somewhere?

Whether it be a 64bit string or blob or whatever... 

 

What I want to achieve is to open a local jpg, work on it, and then "click the magic button" so the image will be sent to:  [link removed]  (for example) 

 

Any help is highly appreciated! Thx! 🙂

This topic has been closed for replies.

1 reply

Legend
October 17, 2023

You can write a script that uses cURL via command line to do pretty much anything over the Internet. Cyberduck also has command line tools and similar capabilities.

jefbrAuthor
Inspiring
October 17, 2023

Hi Lumigraphics. 🙂 Thank you!

 

I'm looking for something inside Photoshop itself, so Cyberduck is out, but curl should be a viable approach for me indeed.

Do you know how to handle the async part? I imagine that uploading an image of 2MB takes enough time for this to matter.

Looking fwd to hearing from you, but thank you in any case. 🙂

Legend
October 17, 2023

cURL is not built into Photoshop. And Extendscript is modal so while a script is running, you have to wait until it finishes. You could look into UXP scripting, that might be a better approach.

https://developer.adobe.com/photoshop/