R
Rory Becker
Hi all
I have 2 Web sites (Applications). For the purposes of this question let's
say they are to be on 2 different boxes in 2 completely different domains.
My users are going to be moving around from page to page in Site1 and then
they are going to need to upload a file.
This file upload should be to Site2.
I would prefer a solution in which...
.... the user clicks a link/button labelled upload
.... a panel opens up (embedded on the first page)
.... the panel is in reality a frame pointing at a page on the second site
.... this new page offers the upload control.
.... the frame/panel shuts down after upload is complete.
I am open to launching a new page/tab instead if needs be.
There are 3 requirements
1.> The users should not have to navigate back to the first site after the
upload.
- The 2nd site should ideally vanish. Perhaps we can get them to close
a tab or a Div. Not sure really
2.> The upload should only take up bandwidth between Site2 and the browser.
- One previous solution *seemed to be* to access the webservice of Site2
from the server side of site1 which of course meant that Site1 was also taking
a hit on bandwidth.
3.> When the user initially clicks the link to open the upload panel, the
web page must Site1's serverside (I guess some sort of Ajax) in order to
trip it into creating a token which must be used as a part of the URL to
site2.
I am not sure however, how to achieve this.
Does it even make any sense?
I'm kinda stuck of where to start here.
Any help greatly appreciated.
I have 2 Web sites (Applications). For the purposes of this question let's
say they are to be on 2 different boxes in 2 completely different domains.
My users are going to be moving around from page to page in Site1 and then
they are going to need to upload a file.
This file upload should be to Site2.
I would prefer a solution in which...
.... the user clicks a link/button labelled upload
.... a panel opens up (embedded on the first page)
.... the panel is in reality a frame pointing at a page on the second site
.... this new page offers the upload control.
.... the frame/panel shuts down after upload is complete.
I am open to launching a new page/tab instead if needs be.
There are 3 requirements
1.> The users should not have to navigate back to the first site after the
upload.
- The 2nd site should ideally vanish. Perhaps we can get them to close
a tab or a Div. Not sure really
2.> The upload should only take up bandwidth between Site2 and the browser.
- One previous solution *seemed to be* to access the webservice of Site2
from the server side of site1 which of course meant that Site1 was also taking
a hit on bandwidth.
3.> When the user initially clicks the link to open the upload panel, the
web page must Site1's serverside (I guess some sort of Ajax) in order to
trip it into creating a token which must be used as a part of the URL to
site2.
I am not sure however, how to achieve this.
Does it even make any sense?
I'm kinda stuck of where to start here.
Any help greatly appreciated.