which I use to get the path, etc. of a file. I then have a button:
that when clicked takes the file data and moves the file to where I want it.
This has all been working fine for months. Recently there was an issue with
uploading one file, where when I select that file through input control, it
would not upload as usual. I ran a debug on this, and for that file, it
appears to never post back (the form load event is never triggered). The
only difference I could see on this file was that it was much larger than
normal (4 megabytes). I tried it with smaller files, and those still work
fine. I tried it with other large files, and those don't work either. It
seems strange that the file size should have any effect, as all I am getting
is the file name and path through the control. Is there any data on this
that can help me resolve it?
Thanks.
RE: <input> file
am 25.09.2007 22:54:01 von acsla
How can I get an answer to the below? It was posted on the 21st
"Gerhard" wrote:
> I have a control on a page in .net 2.0:
>
>
>
> which I use to get the path, etc. of a file. I then have a button:
>
>
>
> that when clicked takes the file data and moves the file to where I want it.
> This has all been working fine for months. Recently there was an issue with
> uploading one file, where when I select that file through input control, it
> would not upload as usual. I ran a debug on this, and for that file, it
> appears to never post back (the form load event is never triggered). The
> only difference I could see on this file was that it was much larger than
> normal (4 megabytes). I tried it with smaller files, and those still work
> fine. I tried it with other large files, and those don't work either. It
> seems strange that the file size should have any effect, as all I am getting
> is the file name and path through the control. Is there any data on this
> that can help me resolve it?
>
> Thanks.
>
>
Re: <input> file
am 26.09.2007 12:54:19 von notmyfirstname
Gerhard,
I give you the most change in the newsgroup.
news:\\microsoft.public.dotnet.Framework.aspnet
Cor
"Gerhard" schreef in bericht
news:C996D088-4DA7-4C06-8523-1E2256AB05FB@microsoft.com...
> How can I get an answer to the below? It was posted on the 21st
>
> "Gerhard" wrote:
>
>> I have a control on a page in .net 2.0:
>>
>>
>>
>> which I use to get the path, etc. of a file. I then have a button:
>>
>>
>>
>> that when clicked takes the file data and moves the file to where I want
>> it.
>> This has all been working fine for months. Recently there was an issue
>> with
>> uploading one file, where when I select that file through input control,
>> it
>> would not upload as usual. I ran a debug on this, and for that file, it
>> appears to never post back (the form load event is never triggered). The
>> only difference I could see on this file was that it was much larger than
>> normal (4 megabytes). I tried it with smaller files, and those still
>> work
>> fine. I tried it with other large files, and those don't work either.
>> It
>> seems strange that the file size should have any effect, as all I am
>> getting
>> is the file name and path through the control. Is there any data on this
>> that can help me resolve it?
>>
>> Thanks.
>>
>>
Re: <input> file
am 26.09.2007 19:40:02 von acsla
Thanks. I still need an answer to my original question below about the input
control.
"Cor Ligthert [MVP]" wrote:
> Gerhard,
>
> I give you the most change in the newsgroup.
> news:\\microsoft.public.dotnet.Framework.aspnet
>
> Cor
>
> "Gerhard" schreef in bericht
> news:C996D088-4DA7-4C06-8523-1E2256AB05FB@microsoft.com...
> > How can I get an answer to the below? It was posted on the 21st
> >
> > "Gerhard" wrote:
> >
> >> I have a control on a page in .net 2.0:
> >>
> >>
> >>
> >> which I use to get the path, etc. of a file. I then have a button:
> >>
> >>
> >>
> >> that when clicked takes the file data and moves the file to where I want
> >> it.
> >> This has all been working fine for months. Recently there was an issue
> >> with
> >> uploading one file, where when I select that file through input control,
> >> it
> >> would not upload as usual. I ran a debug on this, and for that file, it
> >> appears to never post back (the form load event is never triggered). The
> >> only difference I could see on this file was that it was much larger than
> >> normal (4 megabytes). I tried it with smaller files, and those still
> >> work
> >> fine. I tried it with other large files, and those don't work either.
> >> It
> >> seems strange that the file size should have any effect, as all I am
> >> getting
> >> is the file name and path through the control. Is there any data on this
> >> that can help me resolve it?
> >>
> >> Thanks.
> >>
> >>
>
>
>
Re: <input> file
am 26.10.2007 00:11:00 von acsla
"Cor Ligthert [MVP]" wrote:
> Gerhard,
>
> I give you the most change in the newsgroup.
> news:\\microsoft.public.dotnet.Framework.aspnet
>
> Cor
>
> "Gerhard" schreef in bericht
> news:C996D088-4DA7-4C06-8523-1E2256AB05FB@microsoft.com...
> > How can I get an answer to the below? It was posted on the 21st
> >
> > "Gerhard" wrote:
> >
> >> I have a control on a page in .net 2.0:
> >>
> >>
> >>
> >> which I use to get the path, etc. of a file. I then have a button:
> >>
> >>
> >>
> >> that when clicked takes the file data and moves the file to where I want
> >> it.
> >> This has all been working fine for months. Recently there was an issue
> >> with
> >> uploading one file, where when I select that file through input control,
> >> it
> >> would not upload as usual. I ran a debug on this, and for that file, it
> >> appears to never post back (the form load event is never triggered). The
> >> only difference I could see on this file was that it was much larger than
> >> normal (4 megabytes). I tried it with smaller files, and those still
> >> work
> >> fine. I tried it with other large files, and those don't work either.
> >> It
> >> seems strange that the file size should have any effect, as all I am
> >> getting
> >> is the file name and path through the control. Is there any data on this
> >> that can help me resolve it?
> >>
> >> Thanks.
> >>
> >>
>
>
>
RE: <input> file
am 26.10.2007 00:12:00 von acsla
I still need an answer to the question on the input control. Can I get some
help on this?
"Gerhard" wrote:
> I have a control on a page in .net 2.0:
>
>
>
> which I use to get the path, etc. of a file. I then have a button:
>
>
>
> that when clicked takes the file data and moves the file to where I want it.
> This has all been working fine for months. Recently there was an issue with
> uploading one file, where when I select that file through input control, it
> would not upload as usual. I ran a debug on this, and for that file, it
> appears to never post back (the form load event is never triggered). The
> only difference I could see on this file was that it was much larger than
> normal (4 megabytes). I tried it with smaller files, and those still work
> fine. I tried it with other large files, and those don't work either. It
> seems strange that the file size should have any effect, as all I am getting
> is the file name and path through the control. Is there any data on this
> that can help me resolve it?
>
> Thanks.
>
>