Search

You searched for the word(s):
< 1 second(s)
  • Re: Need a form to specify "SaveFiles" directory

    Thanks Ken.&nbsp; It's working now.&nbsp; Thanks again for all of your support.&nbsp;Mike
    Posted to PHP File Uploader (Forum) by mhpeters on August 17, 2012
  • Re: Need a form to specify "SaveFiles" directory

    Ken, you were right.&nbsp; Silly error on my part.&nbsp; Thanks for the great support on this product.&nbsp;I moved the file handling code into a seperate method away from the form and now I'm getting a new error ''Fatal error: Call to a member function GetUploadedFile() on a non-object in D:\Hosting\3380894\html\private\mike\Test\uploadfiles.php ...
    Posted to PHP File Uploader (Forum) by mhpeters on August 17, 2012
  • Re: Need a form to specify "SaveFiles" directory

    Here's the code:&nbsp;&lt;?php require_once ''./phpuploader/include_phpuploader.php'' ?&gt; &lt;?php session_start(); ?&gt; &lt;?php if (!is_dir) &nbsp;mkdir (''D:/Hosting/3380894/html/tmp'', 0777); else &nbsp;chmod(''D:/Hosting/3380894/html/tmp'', 0777); ?&gt; &lt;html&gt; &lt;body&gt; &lt;form id=''form1'' method=''POST''&gt; Upload ...
    Posted to PHP File Uploader (Forum) by mhpeters on August 16, 2012
  • Re: Need a form to specify "SaveFiles" directory

    I tried setting ''TempDirectory'':&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $uploader-&gt;TempDirectory=''D:/Hosting/3380894/html/tmp''; The files upload, but I get the following error:&nbsp;Fatal error: Uncaught exception 'Exception' with message ...
    Posted to PHP File Uploader (Forum) by mhpeters on August 15, 2012
  • Re: Need a form to specify "SaveFiles" directory

    My URL is:&nbsp;https://www.photographsbymike.com/private/mike/test/uploader.php&nbsp;Note that I only get the ''SLM error'' from IE9.&nbsp; With Firefox I'm getting the following:&nbsp;Server side exception, failed to upload _DSC3120 4X6.jpg &nbsp; Debug Information: &nbsp; move_uploaded_file() [&lt;a ...
    Posted to PHP File Uploader (Forum) by mhpeters on August 9, 2012
  • Re: Need a form to specify "SaveFiles" directory

    I had to add session_start() to the beginning to get past an error.&nbsp; Now the form loads but when I select an image to loiad I get a small error dialog box with the message ''SLM Error''.
    Posted to PHP File Uploader (Forum) by mhpeters on August 8, 2012
  • Need a form to specify "SaveFiles" directory

    I'm trying to build a form to use phpuloader but will allow the user to specify the directory where the files will be saved.&nbsp; The actual form will be created with the following code:&nbsp;&lt;?php //Step 1: Register Uploader component to your page require_once ''./phpuploader/include_phpuploader.php'' ?&gt; &lt;html&gt; &lt;body&gt; &lt;form ...
    Posted to PHP File Uploader (Forum) by mhpeters on August 8, 2012