Short description

At usual, we firstly add a new page with some links to some attachments which need to be uploaded. But we don't care so much what the filenames are.

It could be very convenient if an attachment link is automatically inserted to the page text after uploading an attachment. It's very bugging to insert a link to the attachment after upload or to remember a filename to use at editing the page text.

Current Approach

  1. Remember the file name to use, e.g., test-what-you-see.pdf
  2. Edit the page
  3. Add a temporary link to the attachment, e.g., [[attachment:test-what-you-see.pdf]]

  4. Save the page
  5. Click the gray link to upload the file, e.g., test-what-you-see.pdf

  6. Upload the file

OR

  1. Upload the file
  2. Search and copy the link of the file, e.g., [[attachment:test-what-you-see.pdf]]

  3. Edit the page
  4. Add the link
  5. Save the page

Expected Approach

  1. Edit the page
  2. Add a temporary link to the attachment, e.g., [[new-attachment]]

  3. Save the page
  4. Click the gray link to upload the file, e.g., Upload_a_new_attachment

  5. Upload the file, e.g., test-what-you-see.pdf
  6. (After upload, the [[new-attachment]] markup automatically changes to [[attachment:test-what-you-see.pdf]] which links to the original filename)

In this approach, we don't have to deal with the filenames.


CategoryFeatureRequest

MoinMoin: FeatureRequests/InsertAttachmentLinkAfterUpload (last edited 2010-03-30 08:17:12 by SeungikLee)