Right now, it auto titles each image node with the image name, which is great. However, it only uses body field to populate all the body fields. It would be nice if we had the option to write a description about each individual image at the upload phase. As it is now, I have to go back to each image node I just created and edit it to write up a description. If that isn't possible, some sort of automatic text like... "description. image [number] of [total]" would be nice.

Comments

grandcat’s picture

For those people who really want to "massupload" images, don't need any body field, but automatic text could be of interest. I think of an integration of token module which allows this possibility. If it doesn't integrate by itself, I will make it do. Perhaps, someone could test this case.
But this feature will appear at the same time image_fupload also supports imagefield, so 1.* release and dev.

ryooki’s picture

Status: Active » Closed (fixed)

It is true that if you mass upload, you probably don't need a body field. However, this addon describes itself as allowing multiple images to be uploaded instead of just 1 - which could be as simple as 2 images. Also, it replaces the single upload method by default. Taking a look at http://drupal.org/node/282542, leads me to believe that others, like myself, are hoping to basically do what your description says (upload multiple images with one simple click) and still retain the functionality of the default image upload capabilities. MySpace and Facebook basically do this, and it makes uploading images there easier, more fun, and less time consuming than in Drupal. I was really hoping your module would be the solution for this. Right now, your module helps makes things easier, and I appreciate that very much. :) Hopefully someone will come out with something that brings Drupal in ease of use closer to Facebook and MySpace.

ryooki’s picture

Status: Closed (fixed) » Active

I shouldn't have closed this issue, sorry! Not my place.

grandcat’s picture

Version: 6.x-0.4-alpha3 »
Status: Active » Postponed (maintainer needs more info)

Perhaps you could provide a screenshot (and describe it) of Facebook or something else while uploading images with the wanted feature.

Update:
I had a look at mySpace's photo uploading "machine", but I didn't notice any advantages compared to my module. The images are simply uploaded in a gallery, that's all. No body or anything. What do you mean? I can't really imagine (screenshots...) =)

ryooki’s picture

StatusFileSize
new77.89 KB
new52.92 KB
new118.64 KB
new100.15 KB
new69.92 KB
new138.58 KB

Here are my screenshots.
In mySpace, I'm able to upload the images titled as anything (1), and they are uploaded to a gallery (2). Then, I can caption them as anything I want (3) before submitting them. If I want to tag them (not a feature of yours), I can edit all the captions at once (4).

The major difference here is drupal has both an image node title and body. The title, we'd have edit ahead of time, and they have to be written a specific way. Not a big deal, but cumbersome for the average user. (ie have to use "_" instead of " " or it doesn't display correctly. In image 5, you'll see some titles as all caps, "An Example Image"- those were the ones I had saved as "an example image.jpg". I had to edit & reupload the images afterwards removing the spaces for them to show correctly. In order for the titles to show as "An example image," I had to save them as "An_example_image.jpg")

The Drupal galleries are designed to display small image titles, with larger image descriptions in the body. If you put a large title, it displays poorly in the gallery view (5). The captions of MySpace are like the body fields of Drupal in my mind, and each image node is more like a story than just a picture. Often, I like to write stories about images I upload (where I took it, what was happening, or sometimes a totally fun, fictional blurb) (6).

grandcat’s picture

OK, thank you very much for the information and screenshots (cool pictures ... by the way ^^ [6]).
I am also of the opinion that it's a good thing to be able to edit all uploaded images (title or body or both) at once before submission [3]. I really like this idea. But I will let people decide whether they want to have this feature. I'm quite sure to add this feature to make it easier and more interesting using Drupal + Image ( / imagefield).
But do you think that it should also be possible to edit title beside the body field? Or is it a good idea that both textfields are displayed, but the title already contains the string generated out of the filename. Ha?

ryooki’s picture

I think it would be best to edit the title & the body field, but maybe other users would prefer it otherwise. If you have the time, making these options seems like the ideal solution. :) Thanks for the super quick responses.

grandcat’s picture

Status: Postponed (maintainer needs more info) » Postponed

I will do my best =)

grandcat’s picture

Title: Allow editing of image node fields before they are commited » Editing of image node fields before submitting

Changed title

grandcat’s picture

Version: » 6.x-1.x-dev

This feature will come with 1.* dev. Still under development!

grandcat’s picture

Assigned: Unassigned » grandcat
Status: Postponed » Fixed

Now available in CVS Head version. Will officially come with 1.* beta and later release version.

ryooki’s picture

Thanks for doing this! :) Unfortunately... I'm getting the "Page Not Found" error when I click on [Next Step] (which leads me to http://blog.herringimages.com/node/add/image/list_images). Eek! I double checked the permissions, and I have rights to edit captions. Any ideas what I could be doing wrong? I wish I could give you more info.

I'm using image_fupload.module,v 1.18 2008/08/11 11:04:13

grandcat’s picture

You have to use 6.x-1.1-beta3 which fixes the problem.
But after having updated, you have to disable, uninstall and enable again the following modules...

  • image fupload
  • image fupload (image)

... at admin modules page ;-)

Look at http://drupal.org/node/296057 for more information.

ryooki’s picture

sweet, it worked. :) I totally missed the instructions when I downloaded the update. Thanks so much.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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