|
Posted by db on 06/14/06 07:17
Hi, thanks for replying!
> Well what is the nature of the error? Have you tried examining the $_FILES
> array? var_dump($_FILES). What does $_FILES['moteProgramFile']['error']
> show? Does the form not build? Why do you use javascript for building the
> form? If you had a similar but static form, would that upload anything in
> IE?
Yes, i have. The $_FILES array is totally empty.
$_FILES['moteProgramFile']['error'] doesnt contain anything either. I
have to use javascript since i am using AJAX to save page loading time.
Actually what i do is using javascript to make a request to a php
function, this php function will provide certain XML stream
dynamically. According to the XML stream, certain table is build. If i
just use static form, IE works without any problem.
Furthermore, i have embedded a hidden field inside the form to check
whether the form is really submitted. And it does......
Now i dont know how to keep on going, please HELP!
thx
db
[Back to original message]
|