N
Neelesh
Hi All,
I wanted to know whether any of the following is possible using
Javascript and/or Ajax :
1. Creating new frames at runtime (may be using document.createElement
or existingFrame.cloneNode() or anything else). I tried this but was
not successful (It gave some runtime exception)
2. I want to do a file upload via a POST request. However, in my case,
the server doesnot generate any response - it simply returns a unique
identifier for the file. (It is a php code which does an "echo
$identifier" ). So instead of opening a new page on doing the form
submit, I want to populate some <span> node's innerHTML with that
response.
3. File upload using ajax.
Thanks for your help
-Neelesh
I wanted to know whether any of the following is possible using
Javascript and/or Ajax :
1. Creating new frames at runtime (may be using document.createElement
or existingFrame.cloneNode() or anything else). I tried this but was
not successful (It gave some runtime exception)
2. I want to do a file upload via a POST request. However, in my case,
the server doesnot generate any response - it simply returns a unique
identifier for the file. (It is a php code which does an "echo
$identifier" ). So instead of opening a new page on doing the form
submit, I want to populate some <span> node's innerHTML with that
response.
3. File upload using ajax.
Thanks for your help
-Neelesh