Search the Community
Showing results for tags 'file field'.
-
I can't find anything about this in the forums or anything, but I have a file field that accepts mp3 files. Trying to upload from an Android phone (I've tried from two) the files aren't accepted, it says they must be mp3 files, but they are, so it's not reading the file extensions I guess... The err...
- 8 replies
-
- admin
- file upload
-
(and 2 more)
Tagged with:
-
Hi, sorry to bother you again -- I'll try not to open topics/asking questions daily The following codes does not work properly and I'm wondering why: <?php $download1 = $pages->get(1014)->download1;?> <a href="<?= $download1->url?>"> <img src="<?php echo $config->urls->templates?>images/pd...
-
Greetings, I wonder if someone can help me with this issue. I am trying to use a file uploaded via backoffice in a template file but with no success. I am using the same sintax as images, but it seems it doesn't work: $image = $page->images->getRandom(); // this works $file = $page->files->g...