Questions tagged [file-uploads]
The process of uploading files to the server from within ExpressionEngine using native functionality or addons.
273 questions
0
votes
1
answer
75
views
EE7.5.5 & Xampp - File Manager: Unable to upload images above 25kb
Recently setup a new install of Xampp (8.2) on a Windows 11 PC and got an EE 7.5.5 site up and running ready to start building.
All works fine until I attempt to upload images. For smaller images 5KB, ...
0
votes
1
answer
110
views
Issue uploading image in File manager after upgrading to 7.4.11
We are currently upgrading our site (https://intranet.qatar.vcu.edu) from EE6.1.6 and PHP Version 7.4.13 to a new environment using EE7.4.11 on a separate Windows Server 2022 with IIS10 and PHP 8.2.12....
0
votes
1
answer
71
views
EE6 gif upload removes animation?
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 ...
0
votes
1
answer
86
views
EE Channel Form, file upload - access to directory for specified field error
Ok, this one has me stumped.
Running EE 5.3.2
I'm using the Guests membergroup to post entries via front-end {exp:channel:form ...} syntax.
So one of the form fields is a file upload field, and it ...
0
votes
1
answer
57
views
Embedcode doesn't display channel file input
if I use {embed="store/something"} and use {field:photo} inside something it doesn't appear but if I goto something directly the {field:photo} is visible and works fine. Is this a bug??? EE6
0
votes
0
answers
76
views
channel form image will display first uploaded image, when user tries to change the image it will not change
I'm working with a channel form entries and the EE built-in file upload button.
Below is my code for adding an image to your profile entry.
The first time a user selects browse and uploads an image ...
0
votes
1
answer
66
views
Is there a plugin or setting in EE6 that can randomize filename of uploaded files?
I'm looking for a way to randomize filename of uploaded files. I've noticed in the documentation; specifically in the Legacy Reference -> File Upload Class there is a preference setting for ...
0
votes
1
answer
84
views
Upload Image/File Modal Empty, Potential JS Error in index.php?
Sorry for another potentially simple question. I've successfully managed to upgrade to EE 5.3.2, and everything seems to be working 99% correctly. Only two issues needed to be corrected. The first was ...
0
votes
1
answer
67
views
Freeform File Uploads with Multi-site Manager
I'm running EE 5.3.2 with Freeform Lite 1.8.3. I have the multi-site manager setup with 2 sites, we'll call them Site A & Site B.
Site B has a form that allows for a file upload. When a file is ...
0
votes
1
answer
194
views
Use the same Assets library across multiple sites
I'm developing two sites to work off the Multi-Site Manager in EE 5.2.2 and ideally would like them to share the same image library as the same logos, adverts and some other images are used on both ...
0
votes
1
answer
108
views
Can't upload PPT file; Getting "File not allowed"
I'd like to be able to upload PPT files in the CP, but I'm getting the "File not allowed" error. Can anyone tell me how to resolve this? This is in EE5 5.3.0--all the solutions I've seen have been in ...
0
votes
1
answer
47
views
display File Meta Data when I upload a phptp
If I upload a photo I fill out title, credit and description, but I can't find out how I can show this information on my site!
1
vote
2
answers
302
views
FreeForm Pro iOs file size too large, how to allow larger images or constrain/resize
EE 5.3.0
FreeForm 1.8.1
I am using FreeForm Pro to handle forms. I have users saying they are unable to upload images from their iPhone because they keep getting errors that say
* File size too ...
0
votes
1
answer
77
views
Expresso Store Custom Field With Image
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 ...
0
votes
1
answer
68
views
Using File Model to Save XML
EE 5.2.6
I've written an add-on that takes date parameters and gets an order report from an Amazon seller account using the Amazon MWS API. The result for this operation is a nice, big XML object.
...