Ask a Question related to ASP.NET General, Design and Development.
-
Admin #1
Writing to Server
Hi there
I want to write to the server with a Brinkster type account setup
using ASP.net.
I kinda understand how to do it on my own server. It seems pretty
straight forward to write to a C:\Temp etc. But when i try to get a
little bit clever and try a write to something like
request.applicationpath + "/mydir/myfile.pdf"
It fails. I get a cant access c:\system32 or some other local file
system error.
In the given scenario how do i format the write path??
Im trying not to store my images/pdfs in a Db (because it costs more
money). I instead want my users to be able to upload their files to my
web space and then i will just store the reference to that file in the
Db and as the pdfs are downloaded.
TIA
Henry
Admin Guest
-
I?ve got a problem writing files on the server side withFlash Media Server 2.0.2 and 2.0.3.
Hello, I?ve got a problem writing files on the server side with Flash Media Server 2.0.2 and 2.0.3. The same code was working fine with an older... -
Writing a DIV tag?
Starting to mess with writing to the HtmlTextWriter, and have a question about divs. Why is it that HtmlTextWriterTag.Div writes a *table*, when... -
Writing To The Server
I am a complete and utter Macromedia noob. I've *just* started learning Director and Flash but am trying to look ahead to what I ultimately want to... -
Can I use PHP for selecting and writing data into a server-database?
Hi, I like to build a small simple dinamic website: Point-of-sale (detail-shop), So entering stock, logging all sales, print out invoices and... -
Writing a custom server.
Hello, I am writing a custom server(www), and I need to use php. Right now I have it set up to just envoke php on the command line if the... -
PJ Lee #2
Re: Writing to Server
try using PhysicalApplicationPath instead of ApplicationPath.
hth
Pete
"Admin" <intermension@hotmail.com> wrote in message
news:37881286.0307052127.4d0b684@posting.google.co m...> Hi there
>
> I want to write to the server with a Brinkster type account setup
> using ASP.net.
> I kinda understand how to do it on my own server. It seems pretty
> straight forward to write to a C:\Temp etc. But when i try to get a
> little bit clever and try a write to something like
>
> request.applicationpath + "/mydir/myfile.pdf"
>
> It fails. I get a cant access c:\system32 or some other local file
> system error.
>
> In the given scenario how do i format the write path??
>
> Im trying not to store my images/pdfs in a Db (because it costs more
> money). I instead want my users to be able to upload their files to my
> web space and then i will just store the reference to that file in the
> Db and as the pdfs are downloaded.
>
> TIA
>
> Henry
PJ Lee Guest



Reply With Quote

