The process of uploading files to the server from within ExpressionEngine using native functionality or addons.
0
votes
1answer
16 views
Expression engine core version limitations
I'm new to EE and I'm trying to do some securitiy testing on EE.
Is it possible to make user login/registration and fileupload with exression engine core version? I tried using third party module ...
0
votes
1answer
29 views
Uploading Large Files
Currently working on a site that will be making audio files available to their membership. My Resource channel has a Channel Files field ("Audio") to upload such files. Originally I was going to ...
1
vote
2answers
19 views
Porting a text input field to file field in Expression Engine
I have a site that has a lot of legacy images taken from the site they were on previously, these are stored in a field called legacy-images as a text input. This is basically the folder path from the ...
1
vote
4answers
34 views
File Manager / Assets problem
I just moved a site from my dev hosting to my client's hosting.
Every path has been updated correctly. However, all files on Assets or the File manager are not showing on the front end.
When I ...
0
votes
0answers
44 views
Assets: Uploaded File Doesn't Display in File Browser
I'm running Assets 2.0.5 on EE 2.5.5 with MSM and FocusLab Master Config.
When I click "Upload", select a file from my computer, and click "OK", the Assets progress bar moves across the screen, but ...
0
votes
1answer
24 views
Client reports errors and/or log-out when uploading a file
My client is reporting a problem that I am unable to reproduce, either locally or on the live, production server. The issue they are reporting comes when they try to change a file. The site contains a ...
2
votes
2answers
38 views
Programmatically Uploading Image
I've got a channel where the editor is specifying a YouTube link. I'll also need a still from the video, which I can get from YT (see ...
0
votes
3answers
35 views
image file upload with safecracker error, when file becomes too big
I let users upload images via safecracker.
The process is very standard:
User submit form (fields: name, email, selected file from users HD)
Safecracker uploads the file into the appropriate ...
1
vote
1answer
31 views
Thumbnail could not be created for the image. Please make sure the thumbnail directory is writable.
I'm getting the following error when trying to upload images on all of the upload directories. The directories are set to 777.
"Thumbnail could not be created for the image. Please make sure the ...
2
votes
1answer
40 views
Image upload thumbnail error for one upload directory but not another
There are similar questions on this site but both seem to be Windows related. This is Ubuntu 12.04.
On EE 2.5.1, I have two upload directories configured:
$config['upload_preferences'] =
array(
...
3
votes
2answers
84 views
Assets won't upload large file?
I'm running into an issue where Assets doesn't upload a file over ~10MB. I've used EE's file manager and that could upload two different files, one ~18MB and one ~23MB.
I have this in .htaccess ...
2
votes
2answers
31 views
Creating Links To Uploaded Files (non-Image) Within Entries
I know this may be a silly question, but since I'm new to EE, my client has a requirement of creating links within their entries to files uploaded to the file library. Since we are using the URL ...
1
vote
2answers
36 views
“No file” error when trying to upload files via the file manager
I'm getting a "No file" error when trying to upload files via the native file manager. You can see the browser uploading the image but then you get the rather unhelpful red error message.
I was able ...
1
vote
1answer
45 views
File Uploads Not Being Stored in Entry ID Folder
I've created a File Upload Directory called Films where images for Film Channel Entries are stored. The upload works and displays correctly in my templates, but I noticed in the Upload Directory that ...
1
vote
2answers
33 views
Assign different and specific subfolder to each Member with Assets
i've to assign a subfolder to each member so when "User1" uses the Assets field to upload his photo, this is stored in a subfolder "main_upload_folder/user1_subfolder/".
When "User2" uses the Assets ...