Consultor Eletrônico



Kbase P157089: WebSpeed upload function does not work if file name is longer than 25 characters
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/12/2009
Status: Unverified

SYMPTOM(s):

WebSpeed upload function does not work if file name is longer than 25 characters

There are no errors shown in the server log file

FACT(s) (Environment):

Upload seems to take a little time but the upload folder does not contain the file
The fileUploadDirectory is set to c:\temp\upload
The binaryUploadMaxSize is set to -1 for no file size limit

Shorter file name of .doc and .xls files uploads fine
OpenEdge 10.2x
All Supported Operating Systems

CAUSE:

Bug # OE00193739

FIX:

The workaround is to add a dummy hidden field at the end of the form after the submit button as

<INPUT TYPE="HIDDEN" NAME="dummy" value="dummy">