|
Posted by Kimmo Laine on 06/14/06 06:10
"db" <adherent@gmail.com> wrote in message
news:1150212707.476681.148920@h76g2000cwa.googlegroups.com...
> Hi@all,
>
> I am always thinking that there is no problems that I can not solve.
> But now i changed my idea......
>
> And I have posted it in javascript group, since i think both javascript
> and php are involved in this problem, i post it here as well. If that
> is "illegal", please delete it, thanks.
>
>
> My problem is that i use javascript to generate a form, the form
> contains a normal file uploader. The code is somehow like this:
>
>
TLDR (Too Long, Didn't Read)
>
> With using firefox, there is absolutely no problem, but with using IE,
> the file can just not be uploaded! Does someone have an idea?
>
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?
For debugging try to leave all the textnodes out, all unnecessary fields,
leave just the form, the file field and submit button to narrow down the
problem. Then describe what appears to be happening once you've selected a
file and hit the submit. Then attatch the output of var_dump($_FILES). Then
there's a remote chance someone could actually manage to help you.
--
"ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" -lpk
spam@outolempi.net | Gedoon-S @ IRCnet | rot13(xvzzb@bhgbyrzcv.arg)
Navigation:
[Reply to this message]
|