• ncestra

    (@ncestra)


    I am an intermediate user and I am trying to edit a media file and update it on my site without changing the url. Is this possible?

    I have a PDF loaded onto my site and am sending the link to people. Over the course of weeks and months I need to make slight updates to the document.

    Currently, I only know how to upload a new version of the PDF file after I make updates, which creates a new URL. Unfortunately, my people have the old URL and can only download the old doc. I want to be able to copy the original PDF media file URL to the newly updated PDF. Is this possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    Is this possible?

    Nope – not if you upload it via WordPress. The upload process automatically creates a unique permalink for each attachment and this cannot be changed.

    I want to be able to copy the original PDF media file URL to the newly updated PDF.

    Yes. Use FTP (or whatever file management application your host provides) to locate the original file within wp-content/uploads and upload the fresh copy to the same destination using exactly the same file name.

    hudson2001

    (@hudson2001)

    Can you just use a Dropbox link? That way it would always have the most updated file without any uploading involvement from you.

    Thread Starter ncestra

    (@ncestra)

    Thank you both. These are great solutions. I did consider the Dropbox idea, but felt a link on my site would be more professional. I will try the FTP solution first. I should be able to handle that. Thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Editing media files, but keepingthe same URL’ is closed to new replies.