Search

You searched for the word(s):
< 1 second(s)
  • Re: Control customization

    One very simple and quick question. When I upload some files, and I haven't set from the beginning the $uploader-&gt;SaveDirectory property, nor have I used after the upload the $mvcfile-&gt;MoveTo method to move them to a desired location, WHERE do the files go?
    Posted to PHP File Uploader (Forum) by PrinceOfAbyss on February 21, 2010
  • Re: Control customization

    .
    Posted to PHP File Uploader (Forum) by PrinceOfAbyss on February 18, 2010
  • Re: Control customization

    After 3-4 hours of studying the uploader.js I found the NumFilesShowQueueUI property which, if set, gives me exactly the functionality I asked about in my previous post.&nbsp;The funny thing is that this property is NOT documented anywhere, nor is it part of any example... It isn't even programmed to receive any value in the ...
    Posted to PHP File Uploader (Forum) by PrinceOfAbyss on February 17, 2010
  • Re: Control customization

    Hello Eric,&nbsp;I read that, and managed to get a layout similar to what I need. There is still one (hopefully) last issue though. &nbsp;If you choose only one single file to upload, and hit the upload button, the queue table disappears completely during the upload,&nbsp; and appears again when the upload finishes, showing the the green checkmark ...
    Posted to PHP File Uploader (Forum) by PrinceOfAbyss on February 17, 2010
  • Re: Control customization

    Hi.&nbsp;Thanks for your reply. &nbsp;Another question, is it possible to customize the button of the manual start upload? Choose an image to perform that for example... Or does it have to be a classic button?
    Posted to PHP File Uploader (Forum) by PrinceOfAbyss on February 12, 2010
  • Re: Control customization

    WOW&nbsp;This is more difficult than I thought. I have followed the ajax-attachments.php example, however the custom table of uploaded files is not displayed. I figured that the problem was that I had declared the upload folder in the initialization of the script using $uploader-&gt;SaveDirectory = ''myfolder'';&nbsp;Then, I commented this ...
    Posted to PHP File Uploader (Forum) by PrinceOfAbyss on February 11, 2010
  • Re: Control customization

    Thank you so very much for your reply.&nbsp;Actually, I've figured out most of my needs till now, I even found a way to achieve the hardest thing I needed (an appropriate icon next to the file uploaded).&nbsp;It's a single replacement in uploader.js, however as it involved some RE to figure it out, I'm not quite sure if I'm allowed to post it in ...
    Posted to PHP File Uploader (Forum) by PrinceOfAbyss on February 10, 2010
  • Control customization

    Hello to all. &nbsp; I just downloaded PHPFileUploader and would like to know if there is an option to dynamically delete a file after it's uploaded but before the whole form is submitted. In other words I'd like to show a X image next to each uploaded file, so that when clicked it will remove the respective file. &nbsp; Also, I'm reading ...
    Posted to PHP File Uploader (Forum) by PrinceOfAbyss on February 10, 2010