"Multiple" missing from Edit Tag

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
greenfish
User
Posts: 107

"Multiple" missing from Edit Tag

Post by greenfish »

In my Edit Tag, I want to be able to upload multiple files. But I don't have "Multiple" to check.
It is not visible under the "File Upload" under the "Edit Tag." How do I get that to show?

Thank you.


danielc
User
Posts: 1601

Post by danielc »

Make sure your field is not BLOB type (not upload to database). You will see "Multiple" in "Edit Tag" . See Field Setup in help file.


greenfish
User
Posts: 107

Post by greenfish »

I changed it to VARBINARY(255) and it worked! Thank you. :)


Post Reply