OK, to retain the filename you need to edit upload.cgi as follows (note, most of this code comes from the 6.0 version of this mod):
Find:
Change this to:
That's it. However, I took this one step further and disallowed overwritting files (since file names are no longer assigned). To do this:
Find:
This is just the error message so I changed it to the following:
Now to ensure the file can't be overwritten:
Find:
and replace it with:
That retains the file name and ensures that they can't be accidentally overwritten.
I'm still stuck on the error I mentioned above though. For now I just set the window size so it trims off the error message at the bottom :rolleyes: but I'd really like to know why it's there to begin with. Oh, one more thing... in
public_new_topic_form.pl,
public_new_reply_form.pl,
public_edit_post.pl, and
public_pm_form.pl the mod specifies some javascript code for the upload window. Purely cosmetic, but in each case I set toolbar, location, menubar, scrollbars, and resizeable all to
no. Finally I ditched the spaces at the top of the upload window. To kill that space go to upload_form.cgi, look for
and simply delete the
part.
That's the extent of my own tweaks to this mod, any help on the error I mentioned would be much appreciated

[ 11-14-2001: Message edited by: ericruhl ]