Buf avec les iframe
Brought to you by:
mamayama
dans le cas d'une iframe
Il y a un bug qui vient de la ligne :
Response.Write
("<HTML><BODY><script>window.top.upLoadEnd('" &
test & "',"& status &",'" & fichier_name &"','" & test2 & "')
</script></HTML>")
il faudrait la remplacer par :
Response.Write
("<HTML><BODY><script>window.parent.upLoadEnd('" &
test & "',"& status &",'" & fichier_name &"','" & test2 & "')
</script></HTML>")