techker
03-22-2010, 11:44 PM
Hey guys im using an iframe to view a part of my admin .
now i have a script that apears in the iframe to upload an image.
it works.but the script has when upload is done:
echo "<meta http-equiv=Refresh content=1;url=insert.php?ID=$ID&Name=$rand_name.$file_ext>";
but it gives me this..
[php]res://ieframe.dll/http_404.htm#http://mysite.ca/admin/insert.php?ID=26&Name=122097380.gif[php]
the target of my links in my menu is the iframe test..
but whats odd is the my form works(the action)
now i have a script that apears in the iframe to upload an image.
it works.but the script has when upload is done:
echo "<meta http-equiv=Refresh content=1;url=insert.php?ID=$ID&Name=$rand_name.$file_ext>";
but it gives me this..
[php]res://ieframe.dll/http_404.htm#http://mysite.ca/admin/insert.php?ID=26&Name=122097380.gif[php]
the target of my links in my menu is the iframe test..
but whats odd is the my form works(the action)