html form action
Posted: Wed Jul 27, 2005 9:34 am
hi, is it just me or when you have a html form for example
<form action="actionhere" method="post">
it doesnt work if actionhere has ../ at the front. to me it looks like all ../ are ignored.
am i doing something wrong as i need to let the form access a file that is outside the public_html folder.
thanks, any help appriciated.
<form action="actionhere" method="post">
it doesnt work if actionhere has ../ at the front. to me it looks like all ../ are ignored.
am i doing something wrong as i need to let the form access a file that is outside the public_html folder.
thanks, any help appriciated.