It doesn't look like your screenshot (see attachment). Do we just drop it in the modules folder and enable it? How about a readme?

CommentFileSizeAuthor
#5 filefield.jpg50.82 KBseismic54
attachments.jpg61.58 KBjthomasbailey

Comments

jthomasbailey’s picture

Assigned: jthomasbailey » Unassigned
jpetso’s picture

Status: Postponed (maintainer needs more info) » Fixed

This is not filefield_image, and in fact it's not even a standard filefield. It's the upload module that comes with Drupal core, which is completely independent from filefield, neither module makes any use of the other one's functionality.

The way that you use it is like any other CCK field module: drop it in the modules folder and enable it, then go to any content type, choose the "Add field" tab, configure how you want it to behave and display, and make subsequent changes to it in the "Manage fields" tab for your content type.

Yeah, I should write up more detailed docs. But then, anyone can. You could too, and expand the rough outline above into a short tutorial as you discover how it works :)

You know, I'm short on time too, so sorry if there's stuff missing.

stinky’s picture

Uhmm..nothing gets uploaded. I created a "File" field type in cck, and when I try to upload the image, it doesn't upload and there isn't an error msg.

jpetso’s picture

@stinky:
This is probably a) a bug, and b) unrelated to this issue. Please don't follow up on issues where you're not convinced that they tackle the same problem.

Apart from that, I would guess that your image is larger than the allowed file size that your php.ini values define.

seismic54’s picture

Title: How do I know if it's working? » it's not worked for me
StatusFileSize
new50.82 KB

i also tried to used this module but "image" object have not appeared in "file type" section like attachment image.
is there any solution for it

thanks

jpetso’s picture

Status: Fixed » Postponed (maintainer needs more info)

@seismic54:
Did you try the procedure that I outlined in comment #2? Have you enabled "Image" widgets and/or display formatters? Are you using the Content permissions module?

BrightLoudNoise’s picture

Here's some more detailed documentation which hopefully clarifies the install / config process.

/admin/build/modules

Enable FileField, FileField Image, and optionally FileField ImageCache

Save configuration

/admin/content/types

Add content type, or edit existing content type

Add Field

Create new field
- Field name:
- Label:
- Field type:

Continue

- Widget type:

Continue

yourcontenttype settings

Permitted upload file extensions:
File path:

File widgets

[X] Images (png/jpeg/gif)
[ ] Generic files

Global settings

...

[ ] Always list files

File display:

[X] Images (transformed with ImageCache) if you enabled imagecache earlier
[X] Images (png/jpeg/gif, original size)
[ ] Generic files

Save field settings

jpetso’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thanks to BrightLoudNoise, there's now an official documentation page at http://drupal.org/node/278273 - I transferred the tutorial and spiced it with nice formatting and a minor amount of additional explanations. Thanks! That goes directly on the project page now :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.