Possible bug in multiupload?

QuestionsPossible bug in multiupload?
Massimo asked 8 years ago

Hi,
when i try to upload more than one file the message "only pdf…" appears.
See screenshot:
https://dl.dropboxusercontent.com/u/54394687/2016-06-21_083327.jpg

It's possible fix it?
Thanks.
Massimo

1 Answers
Abu Ghufran answered 8 years ago

Hi,

This is part of demo. You can remove these conditions from code. Refer following.

1)
$grid["add_options"]["bottominfo"] = "Only pdf, gif, jpg, txt, doc, bmp, png files are allowed!";

2)
if ($ext <> "pdf" && $ext <> "gif" && $ext <> "jpg" && $ext <> "txt" && $ext <> "doc" && $ext <> "bmp" && $ext <> "png")
{

}

Your Answer

11 + 0 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?