Hi All, I have a question on the syntax of LinkButton, like that: I used the upload function as follow for uploading the file into directory called "UpLoadFile" on the IIS server: then use the DataGrid to download the uploaded file on the IIS server as folow: I know the format like: only can download the file in the same directory, but right now i want the dwonload the file in the directory "UploadFile". How to achieve that! please help me!
here is a part of code to download the uploaded file ! The procedure are like that: (1) Use the "FileUpload" object to upload the file on the directory called "UploadFile". (using IIs server) (Actually, i do not want to mix up the programming scripts and uploaded files) (2) store the file name into the database (3) use the datagrid to bind the data(using Hyperlink to link up the file) as follow: But the problem is that the code above can only link up the file in the same directory, but now all the upload files are in the another direcroty called" UploadFile". How to use the hyperlink to link up the files in "UploadFile" directory?
I dont get it. I need to see your actual code. What do you mean.......use a hyperlink to link up the files in the UploadFile directory?