Closed (fixed)
Project:
FileField
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2009 at 05:35 UTC
Updated:
20 Jan 2010 at 20:20 UTC
As I understand it, CCK FileField uses simple PHP to upload files into fields using an HTTP request. I have shared hosting service and am unable to modify my PHP settings to allow uploading of files larger than 2MB using this method.
I know I am not alone on this. How have some of you solved this problem? Is everyone using this module uploading their audio files over HTTP requests?
The Image FUpload module uses swfupload to upload images over swf, but it doesn't really help me add mp3s to my podcast feed.
The image_import module imports images from a local folder into fields, but this only works with images and doesn't help me here either.
Comments
Comment #1
Ifex commentedComment #2
mfer commentedThe uploading issue is one for the FileField module. Reassigning to that issue queue.
Comment #3
quicksketchSee the FileField handbook on increasing your Max File Upload size: http://drupal.org/node/422474. If your host does not allow you to increase your limit through one of those mechanisms, you'll need to move to a different host.