If I grab the value of a file input using AJAX so that

$file = $_GET['fileLocation']; //c:/mypic.jpg

Is there a way to start the upload later by calling upon that value?

    while you could store the var in say the db, php cant initiate an upload from you computer, if it was a online server it could.

      Write a Reply...