Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

acces denied with post method

Status
Not open for further replies.

karfield

Programmer
Feb 6, 2001
7
FR
hello

in my form:

<input type=file onclick=&quot;eros2.focus()&quot;name=&quot;Votre_Lettre&quot;
style=&quot;display:none&quot; ><input type=&quot;text&quot; id=&quot;eros&quot; onfocus=&quot;eros.value=Votre_CV.value&quot;><button onClick=&quot;Votre_Lettre.click()&quot; name=&quot;button&quot;> Browse...</button>

if I have clicked on button

when I post ,a message:&quot;acces denied&quot; ,i don't understand and you?
i'm french sorry for my english


karfield

 
Well, without seeing the functions that you are calling (which I'm sure where the permissions violation is occuring), it's hard to say, but just double check the permissions on the directory that you are apparently wanting to access to make sure that the proper permissions to allow the desired function to work are set...

Possibly read/write/execute???

 
in IIS make sure the virtual directory that houses your .ASP page has &quot;Script&quot; or &quot;Execute&quot; ability.

Script is safer than execute.

Also make sure the IIS_<MACHINE_NAME> user has READ access to the scripts.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top