Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Unable to Find Uploaded file in directory (sometimes)
Re: Unable to Find Uploaded file in directory (sometimes)
08-28-2009, 1:25 PM
ddoms
Joined on 08-20-2009
Posts 13
Re: Unable to Find Uploaded file in directory (sometimes)
Reply
Quote
It behaves the same way even if it's defined in code.
protected
override
void
OnInit(EventArgs e)
{
base
.OnInit(e);
fileUpload.ValidateOption.AllowedFileExtensions =
"jpg,jpeg,gif,tiff,doc,docx,xls,xlsx,pdf,zip,txt"
;
}
View Complete Thread