I know you mentioned that you were using a multipart form with a file
field, but I thought I would mention this anyway because these symptoms
sound very familiar.
I had the same problem when I tried to copy code from one working page
to another but forgot to set the form to ENCTYPE="multipart/f
Having a particular problem today that I wasn't yesterday :-)
Using the following code to upload a file from a multipart
form with a file field in it:
[-
if (defined $fdat{developmentmapfile}) {
open NF, "> /usr/local/apache/htdocs/images/$fdat
{'developmentmapfile'}" or die $! . ": C
Hi!
I have a xml file
test.xml
---
ä
---
and test2.xml
---
ä
---
While processing test.xml with EmbperlLibXSLT
test.xml returns an error
[2439]ERR: 58: test.epl(1): LibXSLT Error: Entity 'auml' not defined:
[2439]ERR: 58: test.epl(1): LibXSLT Error: ä:
test2.xml works ok.
In test.xsl I ha