Problem occured when i placed my working folder on the server

G

Guest

hi all,
it's me again. i'm using ASP.NET Web Application, using a "File Field"component under HTML tab and i do a right click on the component and select "Run As Server Control". This was done because i wanted the user to browse a specific file in their own directory.

Everything was working fine when i was working on my local PC.......The problem come when i placed the folder to the SERVER. Mapping to the server(http:12:12:12.12/kelly/index.aspx), when i click on the File1's button to browse a file in my client PC, the error show "could find file in c:\abc.txt".
May i know how to solve this problem?

dim Filename as string
Filename=File1.value
Process(Filename)
 
O

One Handed Man \( OHM - Terry Burns \)

DUPLICATE POST

Kelly said:
hi all,
it's me again. i'm using ASP.NET Web Application, using a "File
Field"component under HTML tab and i do a right click on the component and
select "Run As Server Control". This was done because i wanted the user to
browse a specific file in their own directory.
Everything was working fine when i was working on my local PC.......The
problem come when i placed the folder to the SERVER. Mapping to the
server(http:12:12:12.12/kelly/index.aspx), when i click on the File1's
button to browse a file in my client PC, the error show "could find file in
c:\abc.txt".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top