Skip to main content

Questions tagged [files]

Filter by
Sorted by
Tagged with
0 votes
1 answer
63 views

Recently updated to EE6.4 and now all of a sudden any uploaded filename.gif (GIF) image is manipulated and the animations are removed. Example being, uploaded a 404kb gif with animation which was ...
ipixel's user avatar
  • 247
0 votes
1 answer
68 views

EE 5.3.0 Expresso Store 4.2.1 I have a store for replacement parts. Since customers might not always know what part they need, I would like to require users to post an image of the product for which ...
Shayne's user avatar
  • 317
0 votes
0 answers
37 views

I have a simple code: {portfolio_photo} {portfolio_photo:file:fhd_c} {title} {/portfolio_photo} Line 1 renders the image, and I need image title to be rendered also (Line 2) (from file's meta)...
uollaa's user avatar
  • 1
0 votes
1 answer
103 views

I have a situation where the client will be uploading a ton of pdf files, and then on the front-end we need a tool to search for key-terms within these files. Sometimes that key-term is in the file ...
ByteMyPixel's user avatar
0 votes
0 answers
54 views

I uploaded my site to a remote server but the links to the image are still pointing to the local version. I have synced the file folders. What do I need to update to get this to work.
LeBlaireau's user avatar
0 votes
1 answer
47 views

I'm having an issue with loading images to the grid field from the file manager: I'll add a first row and image, and then add a 2nd row, and add a second image, the first image get's replaced by the ...
ByteMyPixel's user avatar
0 votes
1 answer
231 views

I have a grid field with rows containing files uploaded. These grid entries are output on a standard page but I need to access the filetype of the files uploaded and this only appears to be available ...
Jos Medinger's user avatar
0 votes
1 answer
73 views

I'm using EE 2.8.1, I can't edit a file in file manager. If I go to: Content > Files > File Manager. Select and file and under the Actions column, select edit, I get a page saying I'm not authorised ...
Mark's user avatar
  • 493
1 vote
2 answers
159 views

The default file name separator for Expression Engine is an underscore. And this cannot be changed. But the url title word separator is. For seo purposes, our client asked if it is possible to use ...
Diederik's user avatar
  • 437
0 votes
1 answer
300 views

I'm having trouble trying to upload an InDesign file to my EE site. I've added the following to the system/expressionengine/config/mimes.php file application/x-indesign however upon uploading the file ...
Kieran McClung's user avatar
2 votes
1 answer
707 views

If a channel entry uses a file that has been uploaded that contains special characters (I've noticed this so far with brackets and commas), it now produces a PHP error saying the file does not exist. ...
Mark's user avatar
  • 23
2 votes
1 answer
80 views

I brought up this issue with the developers when EE 2 first came out and at the time there was no solution. I am now wondering if anyone has created any hacks, workarounds or add-ons that solve the ...
Linda Antonsson's user avatar
0 votes
1 answer
80 views

Is there any way to use a SAEF / Channel Form to upload an image (with title, category etc.)? Will it require a custom plugin or is this something that can be achieved already? Thank you.
Kieran McClung's user avatar
0 votes
2 answers
141 views

I have a piece of code whereby I adjust the output of a file depending on it's file extension: {section_1_files} {section_1_files:file} {if {extension} == 'jpg|JPG|jpeg|JPEG|png|PNG|gif|GIF'} ...
Kieran McClung's user avatar
1 vote
1 answer
738 views

We are getting the above error on an intranet that is running the following code: {exp:file:entries category_group="2" category="<?= $cat; ?>"} <tr> <td class="date">{...
Brandon Eley's user avatar
1 vote
1 answer
1k views

Got an error A PHP Error was encountered Severity: Notice Message: Array to string conversion Filename: helpers/form_helper.php Line Number: 345 I do not have a helpers folder in my main ...
LeBlaireau's user avatar
2 votes
1 answer
162 views

Is there a way to share upload locations between MSM sites, or to sync the dirs for both sites? If not, is there another module that can do this?
Reinos's user avatar
  • 525
2 votes
2 answers
120 views

I am saving templates as files and now just recently I noticed that when I open a template in my Code Editor via FTP the then open template gets displayed in Google Analytics "Realtime" report, like ...
Marc's user avatar
  • 502
1 vote
0 answers
78 views

I'm working on a site that has certain pages that are going to be restricted to members only. It's using an external membership database to authenticate members, not EE's native members. Some of the ...
Stephen T's user avatar
  • 398
1 vote
0 answers
89 views

I am trying to convert the channel images module into a plain old vanilla file field type. Specifically for the reason that the folder structure channell images imposes (entry id for each folder, ...
Aaron's user avatar
  • 1,162
0 votes
1 answer
90 views

In EE 2.7.0 I'm now getting "File cells don't work within SafeCracker. Use SafeCracker File instead" messages within Matrix cells that formerly used SafeCracker File as fieldtype and have now been ...
Romans-8---31-39's user avatar
1 vote
1 answer
40 views

I created a simple member's area, where people can login and download PDFs. When I created the new member group, create a new member, and login as them – all file paths are disappearing on the front-...
Glen Campbell's user avatar
0 votes
1 answer
68 views

I have a scenario where I would like to share the live file upload folders for a site with the dev environment. Both environments are on the same server so I've created a symbolic link in the dev ...
Nathan Pitman's user avatar
2 votes
1 answer
169 views

Firstly, I think the files should have unique names by default - nevertheless a problem came up yesterday in which one member's images were being displayed in place of another member's images because ...
foamcow's user avatar
  • 7,156
1 vote
0 answers
138 views

I'm using Assets and need to output a 'Resources' section listing various types of PDF's - Brochures, Technical Data, Operating Manuals with a 'category' nav to filter them. I initially set them up ...
Damien Buckley's user avatar