Jump to content
php.lv forumi

iframe post problēma uz IE


Milzu Lempis

Recommended Posts

sveiki!

 

man ir pāris php faili, kas nodrošina bilžu ielādi un apstrādi.

gribēju atvērt tos ar iframe visu izdarīt un parent atgriezt rezultātu - kur glabajas jau gatava bilde.

 

bet kā izrādās iekš IE, ja lapa ir atvērta iekš iframe un tajā ir sekojoša forma:

<form action="move.php" method="POST" enctype="multipart/form-data">

, tad move.php šajā iframe nesaņem nekādus POST datus!!!

 

uz FF viss strādā lieliski. es kaut ko esmu palaidis garām, vai arī šādi nekad nav strādājis??

Link to comment
Share on other sites

Nav vēl sanācis izmantot šādu risinājumu (un diezvai sanāks), parasti forma ir ārpus iframe un tad formai tiek kabināts klāt target atribūts uz iframe.

Es šajā gadījumā izmēģinātu target="_self", bet tas ir minējums uz aklo.

Link to comment
Share on other sites

tā ir intranet lapa un esmu uzlicis ntlm autorizāciju

 

<Directory "html">

Options FollowSymLinks

AuthName NTAuth

AuthType NTLM

NTLMAuth on

NTLMAuthoritative on

NTLMDomain domain

NTLMServer server1

NTLMLockfile /tmp/_my.lck

NTLMBackup server2

require valid-user

Satisfy all

</Directory>

 

direktorijā, kur atrodas move.php

 

<Directory "/html/bildes">

Satisfy Any

Allow from all

</Directory>

 

lai šos neautorizē.

tad lūk izrādās , ka post dati vispār neiet. pat no parastas lapas ne. ja tiek sūtīti uz šo vietu.

ja izņemu "Satisfy Any", tad viss strādā!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...