When I try to run the HelloUpload test, the file (3 meg) gets about 93% uploaded and then i get a popup box error saying: 'Upload Failed. Try Again'
I see two files in the upload directory. I can tell the large file is most of my jpeg i tried to upload. My mcinfo file is as follows:
<?xml version="1.0"?>
<FileStreamInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ProviderName>McLocalDiskTempFileStorageProvider</ProviderName>
<SessionType>Internal</SessionType>
<SessionUid>50ffd648-844b-4170-9e8f-d0fcabd2f78a</SessionUid>
<StreamUid>d4f40bf7-5ea5-4be0-aa2e-9984174f4b7a</StreamUid>
<FileName>P1020273.JPG</FileName>
<Size>-1</Size>
<Created>2008-11-13T21:57:59.421875-05:00</Created>
<ContentTypeName>image/jpeg</ContentTypeName>
</FileStreamInfo>
When i put a break point on the btnUpload_ServerClick, it never gets there.
Strangely, when i upload a 16 byte text document, this works sometimes (although it doesn't close the progree window in Firefox).
Please advise.
-adam