XUpload - Page Redirection or Refresh?

Message
Author
envmyz
Posts: 2
Joined: Oct 12, 2006 9:04 pm

Page Redirection or Refresh?

#1 Postby envmyz » Oct 12, 2006 9:09 pm

Good afternoon gents,
Like to thank everyone that has made this project possible and working.

I need some help

My Uploader

is the link to my uploader, what is happening is the status window comes up, as well as another window with the UID, then "the top" window goes to my redirect site. What I want is my parent window to just refresh so it updates the file list.

Any help?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Oct 13, 2006 5:30 am

It looks that you just forgot to add upload iframe to your upload page:

Code: Select all

<iframe src="about:blank" name="upload" frameborder=0 style="width: 0px; height: 0px;"></iframe>

envmyz
Posts: 2
Joined: Oct 12, 2006 9:04 pm

#3 Postby envmyz » Oct 13, 2006 2:34 pm

Sir, I thank you very much. Page is working "JUST" like I wanted it to! :D