• Resolved gauravishere

    (@gauravishere)


    Hi,

    I am using the the free version of this plugin.
    All the images gets saved at wp-contents/uploads/wp_dndcf7_uploads/wpcf7-files location. But next day file gets automatically deleted. I cant find any of the image user uploaded. how can i avoid this issue? because i need files to be store for long time…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hello @gauravishere ,

    Files will be automatically deleted 1 hour after submission to save storage from the server.

    If you want to save the files, go to Contact -> Drag n drop settings then check ‘send attachment as links’

    In you mail tab add code like [upload-file-xxx] inside body contents.

    Glen

    Thread Starter gauravishere

    (@gauravishere)

    Is there any way to not remove the files…?

    or any pro version feature for the same issue…?

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    On pro version there’s an option that the files will be deleted after an hour, day,weeks or event a month.

    You can disable the auto delete features, just add this code to your theme/functions.php file

    remove_action('template_redirect','dnd_cf7_auto_clean_dir', 30);

    Just let me know if the code works.

    Glen.

    Not sure if this is working

    and wondering what ’30’ means too

    thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘file gets deleted automatically next day’ is closed to new replies.