Jump to content

Open file from web browser (local server) directly into Photoshop


sumonmg

Recommended Posts

Hi there,

 

Can anybody help me to write php/javascript code which will allow users to open files directly from web browser into desktop application? Here is the specification:

 

I have a photo editing business with many people working in Photoshop. I am currently developing a web based application (joblist) using Javascript and PHP which should allow the photoshop designers to browse and open files/images directly from joblist/web browser into photoshop. The reason I want this instead of browsing folder is that I have a database where I store who worked on which file, when and how long it took.

 

The concept is that, designers will select a file and click on start, as soon as they click on start the original file will open in Photoshop and there will be an entry into database (using PHP). Once they finish the task they will close the file and click on Finish button.

 

My joblist application will be published in a local server and the file will be open on a local network, so when they save the file it will be saved where the source file is located in (local server). The application should work in both PC and Mac.

 

I have already done all other part of the application except file opening directly from browser to desktop application functionality.

 

Anybody can help me to write the code (PHP or Javascript) which can open the file from browser (local server) directly into desktop application e.g. PHotoshop or Illustrator?

 

Thank you very much I look forward to someone's real help!

 

Best regards

Mr. Sumon

Link to comment
Share on other sites

You will not be able to launch an installed application on the users computer with HTML/Javascript/PHP etc. The only way you can do the above is maybe using Java to create a small Java Applet which will record the time the file is opened/saved. It'll then send these times to your PHP application for working out how long the file was worked on for etc. However this will require the user to install this applet onto their PC/Mac.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.