sumonmg Posted August 18, 2010 Share Posted August 18, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/211055-open-file-from-web-browser-local-server-directly-into-photoshop/ Share on other sites More sharing options...
wildteen88 Posted August 18, 2010 Share Posted August 18, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/211055-open-file-from-web-browser-local-server-directly-into-photoshop/#findComment-1100840 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.