开发者

Upload Showing Blank

There is a client of mine who recently moved his site from another server to mine. His Upload script stopped working after he moved.

I am not very good at ASP so i am in need of so开发者_如何学编程me help to assist him.

View code here.

I tried both with

Count = Upload.Save("/Pictures/my/"

and

Count = Upload.SaveVirtual("/Pictures/my/")

SOLUTION as per @Tumay's comment: "it was a permission issue, its fixed now" (sic)


try using

Count = Upload.Save("~/Pictures/my/"
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜