ok I have figured out the problem but not the solution. When the user chooses a file to upload the server attempts to load the file from MY computer NOT the users. How do I change this so that it gets the file off of the users computer? I tried a simple
fread()
on a file through a PHP script and the server opened up the file on MY computer. Now I assume there is a simple solution to this problem and im just missing it but any helps appreciated.
Thanks,
Grant