Re: error when the image name has an space
Enhydra Support <[email protected]> Fri, 01 Nov 2002 13:45:13 -0800
| Newsgroups | gmane.comp.java.enhydra.support |
|---|---|
| Message-ID | <[email protected]> |
Hello Ms. Pineiro: Remember, this "support" mailing list is only for help accessing the various sites served by www.enhydra.org, not for support issues with Enhydra projects. I believe you'll need to look at the mailing list archives on http://enhydra.enhydra.org and send your question to that list. Thank you for your interest in Enhydra! At 02:12 PM 11/1/2002 -0600, you wrote: > Hi all!<?xml:namespace prefix = o ns = > "urn:schemas-microsoft-com:office:office" /> > >I m doing a web site where administrators can upload images. My problem is >that when the images have an space in their name, I can upload them >normally, but when the browser is loading the page where I show them the >message page not found: <path I gave to the image (which I know is >correct)> appears. > >I m saving the name of the images in a data base, and I m uploading them >to a carpet inside &..myApp/classes/myapp/presentation. When I show the >images I m using the method setSrc from the HTMLImageElement class to set >the path to the image. > >All works perfectly when the image name has no space. I don t know what to >do. Could you help me? > Camila