Results 1 to 2 of 2

opening an eps file in photoshop using php..


This discussion is about "opening an eps file in photoshop using php.." in the "Programming" forums.
guys..i need some help..i want to let my users open an eps file in photoshop using php... can anyone help??..ive tried using this script to ...

  1. #1
    Junior Member ichiriki's Avatar
    Join Date
    Jul 2008
    Gender
    Male
    Posts
    174

    Default opening an eps file in photoshop using php..


    guys..i need some help..i want to let my users open an eps file in photoshop using php...

    can anyone help??..ive tried using this script to open it, but there is no image displayed in the photoshop..
    PHP Code:
    <? include('db.php');

    $query = mysql_query("SELECT * FROM directory");
    $row = mysql_fetch_row($query);
    $image_folder = 'file:///'.$row[4];
    if (isset($_GET['name']) && basename($_GET['name']) == $_GET['name']) { 
    $img = $image_folder.$_GET['name'];
    $filename = $img;

    $mime = 'image/vnd.adobe.photoshop'; 

    header('Content-disposition: attachment; filename='.basename($filename));
    header('Content-Type: '.$mime);
    header('Content-Length: '. filesize($filename));
    readfile($filename);
    }
    //image/vnd.adobe.photoshop
    ?>
    im opening it in photoshop cs2.

  2. #2
    Elite Member
    Join Date
    Aug 2008
    Posts
    1,053
    Blog Entries
    1
    may I know what is your extension filename? what errors you encounter so far?

  3.    Advertisement

Similar Threads

 
  1. How do i open my .bin file in Ubuntu 10.04
    By pinuno in forum Alternative Systems
    Replies: 10
    Last Post: 10-13-2010, 10:54 AM
  2. help in printing using php
    By ingkiang in forum Programming
    Replies: 5
    Last Post: 11-13-2008, 08:18 PM
  3. Replies: 12
    Last Post: 10-30-2008, 01:24 PM
  4. Deleting deep freeze file in BIOS' using boot disk
    By l3inad in forum Software & Games (Old)
    Replies: 1
    Last Post: 01-05-2007, 02:14 PM
  5. what software do you use in lowering the kbps of an mp3 file?
    By whoopz in forum Software & Games (Old)
    Replies: 9
    Last Post: 12-21-2006, 10:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top