dojo1.8 and form action: request post outside root directory

Postofiscer

New Member
Hi I am using Dojo request. I have no problem accessing a php file in the root directory from \[code\]request.post('process.php', ....});\[/code\]But What if process.php file is in scripts folder outside root directory from, \[code\]request.post ('../scripts/'process.php',....}); It did not work.\[/code\]And form tag in html\[code\]<form action='process.php' method='post'> it worked\[/code\]But it did not work for \[code\]<form action='../scripts/process.php' method='post'>\[/code\]So what are the correct ones?Please advise Thanks in advance. Clement
 
Back
Top