1 Reply Latest reply on Sep 8, 2008 5:56 AM by ilya_shaikovsky

    Extending FileUpload: Setting Destination Path

    leesy

      Hi,

      Before I dive into the FileUpload component to extend it a little I thought I'd check to see if anyone has done this before. It could save me a bit of bother.

      At the moment you can tell the upload component to use file storage and it will save your files to a temporary directory. What I'd like to do is to specify a location it can save the files instead of the temporary directory. This would save me a bit of bother as at the moment as soon as a file is uploaded, I'm simply moving it to where I want it to be.

      Has anyone seen the component extended in this way before or am I just going to have to bite the bullet and do it myself :)