Profiles

  • Member Since: April 28th, 2024
  • Find me on:
  • Posted a reply to Rename files on upload, on the site WordPress.org Forums:
    resolved it with the code from https://wordpress.org/support/topic/rename-file-after-upload/ Changed rename($additional_data['files'][0]['filepath'], dirname(__DIR__, 2).'/uploads/attestazioni/import.csv');to rename($additional_data['files'][0]['filepath'], dirname($additional_data['files'][0]['filepath']).'/myname.ext'); Would be…

  • Created a topic, Rename files on upload, on the site WordPress.org Forums:
    It's there a way to rename files on upload, I need to …