Search

You searched for the word(s):
< 1 second(s)
  • Re: Copy File Guid or Combination Of Both To Server Folder

    Hi Ken, many thanks for this. &nbsp; It's not the moving of the 'File Guid' name to my database that's the problem, I'm already doing this, but it's the name of the physical&nbsp;image file that I'm saving my folder on my server. It currently saves the file using the filename as a way of identifying it, but I'm trying to save this using the ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 13, 2012
  • Copy File Guid or Combination Of Both To Server Folder

    I wonder whether someone may be able to help me please. &nbsp; Part of my script, like most I suspect, contains the line which copies the image to a server folder via: &nbsp; $mvcfile-&gt;CopyTo(''saveimagefiles''); &nbsp; This correctly saves the file using the filename as the identifier for the file. Could someone perhaps tell me please ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 10, 2012
  • Re: Unable To Post Full List To mySql Database

    Hi Ken, many thanks for getting back to me so quickly. &nbsp; I had worked it out, eventually, and&nbsp;I edited my orignal post to reflect this, so I'm not sure whether it's been procesed yet. &nbsp; Kind regards &nbsp; Chris
    Posted to PHP File Uploader (Forum) by IRHM73 on February 10, 2012
  • Unable To Post Full List To mySql Database

    I wonder whether someone may be able to help me please. &nbsp; I thought I'd got this problem solved but unfortunately I still have some errors: &nbsp; I'm using the code below to upload and save image files to a mySql database. &nbsp; &lt;?php require_once ''phpuploader/include_phpuploader.php'' ?&gt; &lt;?php session_start(); ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 9, 2012
  • Re: Passing Filename Variable To mySql Database

    Hi Ken, sincere thanks&nbsp;for your reply. &nbsp; After your suggestion I went and re-wrote the code and in case anyone needs a helping hand on sending the form data to mySql databases, this is what I've put together. &nbsp; &lt;?php require_once ''phpuploader/include_phpuploader.php'' ?&gt; &lt;?php session_start(); ?&gt; &lt;!DOCTYPE html ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 8, 2012
  • Passing Filename Variable To mySql Database

    I wonder whether someone may be able to help me please. &nbsp; I've put together the following code which allows the user to select and manually upload files, saving it to a folder on my server which all works fine. &lt;?php&nbsp;require_once&nbsp;''phpuploader/include_phpuploader.php''&nbsp;?&gt; ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 4, 2012