Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Open and read file after deploy to production


Message #1 by "CMY" <my62202@y...> on Sat, 19 Oct 2002 04:34:13
Hi all,

Now I am done with all the copying of files to the production folder and 
the neccessary setting. 

But as one of my page have Open File Dialog (I'm using the <html 
type="file">), and when I open this file I will read out the content of 
the file and displayed into my textbox. 

So, now after deploying, does it means all the files that I want to open 
and read have to be located at the server ? 

I tried to test out my application after I deployed. I tried to open and 
read the content of a file that is located at my local PC, but it don't 
seem to work. 

How can I solve this problem ?

  Return to Index