Our Products:
CompleteFTP
edtFTPnet/Free
edtFTPnet/PRO
edtFTPj/Free
edtFTPj/PRO
Login
Remember
Google Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Categories
Ask a Question
Ask a Question
file filter and upload file limit ?
0
votes
3.8k
views
asked
Jun 25, 2008
in
.NET FTP
by
pirodex
(
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 ?
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
3
Answers
0
votes
answered
Jun 25, 2008
by
support2
(
162k
points)
Multiple file types aren't supported. Noted as an enhancement request.
Please
log in
or
register
to add a comment.
0
votes
answered
Jun 25, 2008
by
pirodex
(
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?
Please
log in
or
register
to add a comment.
0
votes
answered
Jun 25, 2008
by
support2
(
162k
points)
You'll have to tell us more about your application ...
Please
log in
or
register
to add a comment.
Categories
All categories
Products
(2.8k)
CompleteFTP
(418)
Java FTP
(1k)
.NET FTP
(1.4k)
FAQ
(120)
General
(178)
Feature Requests
(21)
...