Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.8k views
in .NET FTP by (220 points)
i am using edtFTPnet PRO

how can i apply the multiple file filter for ftplocalfilelist ?

i am using this type in c# work
ftpLocalFileList1.WildcardFilter = "*.png";

i am using this type in c# doesn't work
ftpLocalFileList1.WildcardFilter = "*.png,*.jpg";

how can i set upload size for uploading files ?

3 Answers

0 votes
by (162k points)
Multiple file types aren't supported. Noted as an enhancement request.
0 votes
by (220 points)
hımmm.

but i want to upload only this extensions

public string[] FileTypes = new string[] { "png", "jpg", "jpeg", "gif", "tiff", "raw", "psd", "bmp", "jpe", "jfif", "ico" };

how can i do it ? is there any method do this job?
0 votes
by (162k points)
You'll have to tell us more about your application ...

Categories

...