Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Getting error uploading in google chrome
Getting error uploading in google chrome
Last post 08-19-2009, 11:44 PM by
cutechat
. 3 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
08-19-2009, 10:24 AM
54808
Shaitender
Joined on 04-13-2009
Posts 12
Getting error uploading in google chrome
Reply
Quote
Hello
i m getting above error while uploading files in google chrome
kindly help me
Thanks
Shaitender
08-19-2009, 8:44 PM
54826
in reply to
54808
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Getting error uploading in google chrome
Reply
Quote
Shaitender,
did you set the 'TempDirectory' property ?
This problem is executing the
Server.MapPath("dir/../dir") , and the server do not allow ".."
Our code do not use ".." , it must come from other configuration.
Regards,
Terry
08-19-2009, 11:03 PM
54830
in reply to
54826
Shaitender
Joined on 04-13-2009
Posts 12
Re: Getting error uploading in google chrome
Reply
Quote
Yes Terry ,
i have set 'TempDirectory' property to "../images" in my code.
will it work if i change it to "~/images" ?
Thanks
shaitender.
08-19-2009, 11:44 PM
54834
in reply to
54830
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Getting error uploading in google chrome
Reply
Quote
Yes.
Both the "~/xxx" or "d:/xxx" will work
Regards,
Terry