Search

You searched for the word(s):
Showing page 1 of 2 (16 total posts) < 1 second(s)
  • Re: license file location tag

    figured it out.. it must be before all other properties... and is a url relativr&nbsp; &nbsp; &lt;?php $uploader-&gt;LicenseUrl=&quot;/support/phpfileuploader/license/phpuploader_fcpost-IP.lic&quot;; $uploader=new PhpUploader(); $uploader-&gt;MaxSizeKB=2150400; $uploader-&gt;Name=&quot;myuploader&quot;; ...
    Posted to PHP File Uploader (Forum) by mtimmons on January 18, 2013
  • Re: license file location tag

    Well, I am wating on my IP license order right now.. then I will be able to give more specifics.. basically &quot;invalid license file&quot; Is this path relevative to the server root ? or the url / sire root? ie /WebServer/docs/blha or http://host.com/blah/ &nbsp; I have the following strucure: /WebServer/mainsite/support/phpuploader/(all ...
    Posted to PHP File Uploader (Forum) by mtimmons on January 16, 2013
  • license file location tag

    is there &nbsp;class to specify the license file location? I tried a few things, however, I am having some issues.
    Posted to PHP File Uploader (Forum) by mtimmons on January 16, 2013
  • Re: remove file list during upload

    and&nbsp;thats&nbsp;worked&nbsp;as&nbsp;well..&nbsp;thank&nbsp;you&nbsp;for&nbsp;the&nbsp;ajax&nbsp;css&nbsp;prop. :)&nbsp;
    Posted to PHP File Uploader (Forum) by mtimmons on January 9, 2013
  • Re: remove file list during upload

    thank&nbsp;you. &nbsp; I would assume that&nbsp; &lt;style&gt;.AjaxUploaderCancelButton { display: none !important;}&lt;/style&gt;&nbsp; &nbsp; would hide the regular cancel button?&nbsp;
    Posted to PHP File Uploader (Forum) by mtimmons on January 9, 2013
  • Re: remove file list during upload

    perfect!&nbsp;works! Also,1.&nbsp;Is&nbsp;there&nbsp;a&nbsp;way&nbsp;to&nbsp;style&nbsp;the&nbsp;&quot;CancleAll&quot;&nbsp;button?&nbsp;I&nbsp;did&nbsp;not&nbsp;see&nbsp;a&nbsp;property&nbsp;for&nbsp;that..&nbsp;just&nbsp;the&nbsp;normal&nbsp;cancle.&nbsp; ...
    Posted to PHP File Uploader (Forum) by mtimmons on January 8, 2013
  • remove file list during upload

    is&nbsp;there&nbsp;a&nbsp;property&nbsp;to&nbsp;remove&nbsp;the&nbsp;file&nbsp;list&nbsp;(above&nbsp;the&nbsp;progress&nbsp;bar)&nbsp;that&nbsp;comes&nbsp;up&nbsp;during&nbsp;the&nbsp;upload?&nbsp;ie...&nbsp;the&nbsp;upload&nbsp;que?&nbsp;I&nbsp;do&nbsp;not&nbsp;want&nbsp;to&nbsp;have&nbsp;it&nbsp;on&nbsp;my&nbsp;mobile&nbsp;pages&nbsp;and&nbsp;do& ...
    Posted to PHP File Uploader (Forum) by mtimmons on January 8, 2013
  • Re: File name append when already present

    I tried to add: &nbsp;&lt;script&nbsp;type=&apos;text/javascript&apos;&gt;&nbsp; &nbsp;&nbsp;&nbsp; function&nbsp;CuteWebUI_AjaxUploader_OnTaskComplete(task)&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;{&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var&nbsp;div=document.createElement(&quot;DIV&quot;);&nbsp; ...
    Posted to PHP File Uploader (Forum) by mtimmons on November 29, 2012
  • Re: File name append when already present

    Thanks. I reworked my implmentation to allow the form to work. The uploader is now on its own page.... Anyway, Now I have lost the print out for showing the upload status and completion via the ajax handler. &nbsp; Any suggestions? Here is the code now (I am not showing the ajaz-mutiple file function because is ...
    Posted to PHP File Uploader (Forum) by mtimmons on November 29, 2012
  • Re: File name append when already present

    Ok, I put in sode code with a little time stamp to do the job.Question however, &nbsp;Is there a way to NOT use get?&nbsp;Right now I use this code on a Div that I unhide on a page to upload:&lt;div ...
    Posted to PHP File Uploader (Forum) by mtimmons on November 28, 2012
1 2 Next >