Search

You searched for the word(s):
< 1 second(s)
  • Re: Unable to get file name of uploaded file

    Here is the creation code:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to PHP File Uploader (Forum) by DBarsri on June 24, 2011
  • Re: Unable to get file name of uploaded file

    How would I check if the guid is correct?&nbsp;Thanks&nbsp;EDIT -&nbsp;I checked the posted guid with the js task guid and they match.&nbsp; I cannot seem to find the difference between my code and the form-keepingstate.php example.&nbsp; My source code has a lot of dependencies and it is part of a larger web application with many pages and ...
    Posted to PHP File Uploader (Forum) by DBarsri on June 23, 2011
  • Re: Unable to get file name of uploaded file

    My problem isn't so much getting a filename, it is getting the object that will give me the filename.&nbsp; I changed my code to match the example but am still getting the same result.&nbsp; Here is the new code:&nbsp;&nbsp;&nbsp; $fileguidlist=@$_POST[''current_uploader'']; &nbsp;&nbsp; if($fileguidlist) &nbsp;&nbsp; ...
    Posted to PHP File Uploader (Forum) by DBarsri on June 23, 2011
  • Unable to get file name of uploaded file

    I am trying to rename a file after it has been uploaded but I am unable to get the file name.&nbsp; I can get the GUID for the file but not the file name.&nbsp; Any ideas why $uploader is not returning a phpuploadfile object?&nbsp;Here is how I instantiate the ...
    Posted to PHP File Uploader (Forum) by DBarsri on June 22, 2011