We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36649
    • 77 Posts
    Hello,

    I'm using the FileUpload Extra in MOD Evolution, Version 1.0 by Michel van de Weterin.

    It is written to not overwrite files which are uploaded with the same filename.

    I need Web Users to upload files with the same file name and so to overwrite existing ones (the files are used at multiple places in the site for download and the client should not have to re-link). I understand the uploaded files also should get 777 as rights.

    Anybody with a hint for this? Would be of great help.
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      According to the docs here http://bobsguides.com/fileupload-tutorial.html it has the &allowoverwrite property.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 36649
        • 77 Posts
        Quote from: sottwell at Sep 07, 2014, 10:55 AM
        According to the docs here http://bobsguides.com/fileupload-tutorial.html it has the &allowoverwrite property.

        Hello Susan,
        that seems to be valid for the Revolution version only... Maybe I look into the Revo snippet and try to adapt. Thanks for your reply!