tags:

views:

141

answers:

0

I found this question that is really close to what I want.

Here is the situation that makes this question different. We have a C#.NET web application that creates newsletters for emailing out. Because we are using email, we have to have a static URL for every image.

I have done what was instructed here, however, the users like to use the upload tab instead of clicking the "Browser Server" button on the Image Info tab and uploading through there. This function still uses a dynamic URL. Besides educating the users (which has been done several times), is there a way to change this to a static URL?

I have been pouring through the code trying to figure this out and not having much luck. To top it off, my JavaScript skills are pretty weak.

Can someone please point me in the right direction?

related questions