Can't re-upload deleted file

Discussion in 'BukkitDev Information and Feedback' started by Captain Chaos, Jul 12, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Captain Chaos

    Why can't I re-upload a file (under a different name) to dev.bukkit.org after I have deleted it? It says I can't upload a file I already uploaded, which is surprising, since I just deleted that file so it no longer exists on the system.
     
  2. Offline

    chaseoes

    Because it's logical to not delete it just to upload it again when there's an edit function. You'll have to change something in the code.
     
  3. Offline

    ArsenArsen

    Captain Chaos Add something like
    Code:java
    1. //Re-Uploading deleted file, Ignore me.

    to the end, or beginning.
     
  4. Offline

    Captain Chaos

    Ah, so I can rename a file using the edit function? I could not find it, could you kindly point me to the location where I can do that? Thanks!
     
  5. Offline

    _LB

    As far as I could see there is no way to choose or change the name of the file itself - it takes the name of the file selected for upload. So, deleting and reloading was your only choice. Adding a comment to the code won't change the jar file in any way though.
     
Thread Status:
Not open for further replies.

Share This Page