Ask a Question related to ASP.NET Web Services, Design and Development.
-
Nikolay Petrov #1
ASP temp files
I have an ASP .NET page where a user uploads file, then this file is
processed and finaly a result file is downloaded to user.
My question is: Is there a way to find if user have downloaded the file, so
I can remove it from server?
TIA
Nikolay Petrov Guest
-
.swf not to stay in temp internet files
hi, generally (i think) is that when you publish a .fla into .swf and insert it a img source into dreamweaver when viewer's visit the site you... -
AI Temp files
Cannot seems to get rid of an ever increasing amount of AI Temp files (I assume that they are Illustrator files). And I cannot copy Folders to my... -
Temp Files
I have Windows XP and office XP. When I open up my documents I have in some of my folders some files called WRL tmp. Which I believe are... -
Deleting temp files
We have a new problem that just started last week with one computer on our network. It is a Dual processor G4 running os9.2 and illustrator 9.02 ... -
Illustrator generating temp files
I have the same problem. And once these temp files are created they cannot be deleted. So now I have a bunch of files that can't be deleted. Very... -
Sharon Tal #2
Re: ASP temp files
Hi.
I know it's not what you're looking for,
but it's a possible solution.
You can run a process once a day, that removes day old files.
Regards.
"Nikolay Petrov" <johntup2@mail.bg> wrote in message
news:udmTbWQtEHA.3004@TK2MSFTNGP10.phx.gbl...so> I have an ASP .NET page where a user uploads file, then this file is
> processed and finaly a result file is downloaded to user.
> My question is: Is there a way to find if user have downloaded the file,> I can remove it from server?
>
> TIA
>
>
Sharon Tal Guest
-
Patrice #3
Re: ASP temp files
If you stream the file using Response.WriteFile you should be able to delete
then this file following this streaming statement...
Patrice
--
"Nikolay Petrov" <johntup2@mail.bg> a écrit dans le message de
news:udmTbWQtEHA.3004@TK2MSFTNGP10.phx.gbl...so> I have an ASP .NET page where a user uploads file, then this file is
> processed and finaly a result file is downloaded to user.
> My question is: Is there a way to find if user have downloaded the file,> I can remove it from server?
>
> TIA
>
>
Patrice Guest
-
ESPN Lover #4
Re: ASP temp files
So say the connection was dropped half way thru the transmission to the
client (internet connection problems, end-user closed browser prematurely,
etc) then wouldn't the delete still run even though file wasn't completely
received by the client?
"Patrice" <nobody@nowhere.com> wrote in message
news:eATXvhRtEHA.3412@TK2MSFTNGP14.phx.gbl...delete> If you stream the file using Response.WriteFile you should be able to> then this file following this streaming statement...
>
> Patrice
>
> --
>
> "Nikolay Petrov" <johntup2@mail.bg> a écrit dans le message de
> news:udmTbWQtEHA.3004@TK2MSFTNGP10.phx.gbl...> so> > I have an ASP .NET page where a user uploads file, then this file is
> > processed and finaly a result file is downloaded to user.
> > My question is: Is there a way to find if user have downloaded the file,>> > I can remove it from server?
> >
> > TIA
> >
> >
>
ESPN Lover Guest
-
Patrice #5
Re: ASP temp files
AFAIK the server doesn't care. The page will run unless you tell otherwise
(IsClientConnected if I remember).
Patrice
--
"ESPN Lover" <espn@lover.com> a écrit dans le message de
news:OjqlIrStEHA.2788@TK2MSFTNGP09.phx.gbl...file,> So say the connection was dropped half way thru the transmission to the
> client (internet connection problems, end-user closed browser prematurely,
> etc) then wouldn't the delete still run even though file wasn't completely
> received by the client?
>
>
> "Patrice" <nobody@nowhere.com> wrote in message
> news:eATXvhRtEHA.3412@TK2MSFTNGP14.phx.gbl...> delete> > If you stream the file using Response.WriteFile you should be able to> > then this file following this streaming statement...
> >
> > Patrice
> >
> > --
> >
> > "Nikolay Petrov" <johntup2@mail.bg> a écrit dans le message de
> > news:udmTbWQtEHA.3004@TK2MSFTNGP10.phx.gbl...> > > I have an ASP .NET page where a user uploads file, then this file is
> > > processed and finaly a result file is downloaded to user.
> > > My question is: Is there a way to find if user have downloaded the>> > so> >> > > I can remove it from server?
> > >
> > > TIA
> > >
> > >
> >
>
Patrice Guest
-
Nikolay Petrov #6
Re: ASP temp files
For my current project droping the connection in half of file is not
problem, the user can resubmit the source file again, because it size is
rather small.
So if Response.WriteFile is used the next line is executed after the user
have downloaded the file, right?
"Patrice" <nobody@nowhere.com> wrote in message
news:%23YWYTHTtEHA.2196@TK2MSFTNGP14.phx.gbl...> AFAIK the server doesn't care. The page will run unless you tell otherwise
> (IsClientConnected if I remember).
>
> Patrice
>
> --
>
> "ESPN Lover" <espn@lover.com> a écrit dans le message de
> news:OjqlIrStEHA.2788@TK2MSFTNGP09.phx.gbl...> file,>> So say the connection was dropped half way thru the transmission to the
>> client (internet connection problems, end-user closed browser
>> prematurely,
>> etc) then wouldn't the delete still run even though file wasn't
>> completely
>> received by the client?
>>
>>
>> "Patrice" <nobody@nowhere.com> wrote in message
>> news:eATXvhRtEHA.3412@TK2MSFTNGP14.phx.gbl...>> delete>> > If you stream the file using Response.WriteFile you should be able to>> > then this file following this streaming statement...
>> >
>> > Patrice
>> >
>> > --
>> >
>> > "Nikolay Petrov" <johntup2@mail.bg> a écrit dans le message de
>> > news:udmTbWQtEHA.3004@TK2MSFTNGP10.phx.gbl...
>> > > I have an ASP .NET page where a user uploads file, then this file is
>> > > processed and finaly a result file is downloaded to user.
>> > > My question is: Is there a way to find if user have downloaded the>>>>> > so
>> > > I can remove it from server?
>> > >
>> > > TIA
>> > >
>> > >
>> >
>> >
>>
>
Nikolay Petrov Guest



Reply With Quote

