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 ?