Andyr Member |
# Posted: 12 Jul 2009 03:42 - Edited by: Andyr
Okay,
I try to study code and search for the answer before I post on a forum, but anyway this is driving me crazy.
Anyway, I did the image upload mod, that works good. Even shows the picture in the form.
When I hit the send button, the output is messed up. The Image source is ruined.
I get this code:
<span><img src=\"/hotbox/Winter.jpg\"></span><br>
Instead of this working code:
<span><img src=/hotbox/Winter.jpg></span><br>
And the bad part is if a filename has spaces in it it does this:
<span><img src=\"/hotbox/At\" the=\"\" arch.jpg=\"\"></span><br>
the file name is At the arch.jpg
Any suggestions?
|