Re: Can't Find the file

  •  08-14-2009, 2:01 PM

    Re: Can't Find the file

    I am still confused. I am currently using a single file loader and would like to switch to this PHP loader in order to be able to load multiple files.
     
    In the other loader there is a  php program that comes with it that is executed when the file reaches the server. In that program you can add your own code to move the downloaded file to the place that you want. Also, they give you a method to add variables that are accesible to the receiving program, so it can place the file in the right place.
     
    My scenario: a user clicks to download a picture. I pass the name of this user to the loader so it knows where to copy this file (I would like to keep one single copy of the loader in the server.) Can this be done with the loader?
     
    What is the name of the php program that gets executed in the server to receive the file?
     
    Thanks! 
View Complete Thread