Search found 2 matches

by sandeepraul
Fri Nov 17, 2006 6:08 am
Forum: PHP - Code
Topic: File copying from local to server without user / FTP
Replies: 1
Views: 218

File copying from local to server without user / FTP

Hi, I have a client machine and a server machine. There is a desktop application that is suppose to transfer the file from local to server machine. The desktop application will make a call to PHP script on the server and will pass the filename with absolute path (example: D:\upload\samplefile.txt). ...
by sandeepraul
Mon Oct 09, 2006 9:29 am
Forum: PHP - Code
Topic: Problem with Auto-thumbnail Creation
Replies: 0
Views: 183

Problem with Auto-thumbnail Creation

I am trying to create thumnail image using following function. This function is giving me correct output on my local machine (windows OS). I have PHP4 and gd2 library installed on my local machine. The server machine is having PHP5 and gd2 library installed. The problem i am facing is when the same ...