Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i am using pdf file where i am submitting the form to the function in the controller so where i am getting contenttype and content length in the function using request object.

in the same passion i am getting the url of the file where it is saved by using Request.UrlReferrer.PathAndQuery into string variable so when i run the application it is giving differenttype of errors like
-->could not find a prt of the file
-->can not be accessible
-->it is opened already

the target file is storing as system temporary file in temp folder

can any one tell me the solution
Posted
Updated 13-May-10 4:20am
v2

1 solution

Write code that closes your files so they are not locked.
 
Share this answer
 
Comments
parshi 13-May-10 23:54pm    
how to do that operation can you tell me........:-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900