Connecting Tech Pros Worldwide Help | Site Map

upload file with iframe - please help

Grzegorz Ślusarek
Guest
 
Posts: n/a
#1: May 19 '06
Hi all. I have situation that i use layers in my site and have to
upload file from form on that layer. I try used AJAX it failed, when I
do standard submit it's failed too, so I hear that solution is using
iframe but I don't know how to do it. So any help or links will be very
helpfull
Thanks
gregor
Erwin Moller
Guest
 
Posts: n/a
#2: May 19 '06

re: upload file with iframe - please help


Grzegorz ?lusarek wrote:

Hi
[color=blue]
> Hi all. I have situation that i use layers in my site and have to
> upload file from form on that layer.[/color]

Layers?
Layers are dead. They died together with NN4.
You probably mean frames or Inner Frames (Iframes).

I try used AJAX it failed, when I[color=blue]
> do standard submit it's failed too, so I hear that solution is using
> iframe but I don't know how to do it. So any help or links will be very
> helpfull[/color]

Well, I don't see how AJAX is used to upload a file.
As far as I know you don't use AJAX for uploading files.

What you need to do is make a simple plain html-page, with an upload form.
Once you get that working, add it to an IFrame.

Read this for a good introduction and samplecode:
http://nl3.php.net/manual/en/features.file-upload.php
[color=blue]
> Thanks
> gregor[/color]

Hope that helps.

Regards,
Erwin Moller

Closed Thread