How to upload image from gallery to a server in Android?

Is there a viable module for image upload, gallery  available for Drupal 7?

  • Most of the image tools are still stuck in Drupal 6 land.

  • Answer:

    Yes. Views + image fields. Note that imagefield and imagecache are now in core. With just views installed you can already have a variety of displays, and either upload images as a single node, or create nodes with unlimited image fields for galleries. You could also use taxonomies to group nodes with image fields together and then use views to generate tag based image galleries.

Sofian Benaissa at Quora Visit the source

Was this solution helpful to you?

Other answers

Most of the image tools are still stuck in Drupal 6 land. Many different solutions were developed for Drupal6 because image handling was not a core feature. The range of modules available for D6 solved the particular needs of developers focused on specific use cases.   Over time, the imagefield and imagecache approach became accepted as a best practice, so that approach was brought into Drupal core. Add the views module, and you have a very powerful toolset. Check out these resources for insight into managing images in D7 http://drupal.org/documentation/modules/image http://geoffhankerson.com/node/173 The Gallery Formatter module is also worth a look http://drupal.org/project/galleryformatter

Donna Benjamin

Most likely you will not find a full end user feature in drupal except if you are using a distribution. Almost all modules provide "infrastructure" or framework functionality to build for example data structure, data queries, business logic etc. With these components you can configure exactly the features you need. You may have a look at the drupal application stack poster at http://goo.gl/e76eH0

Manuel Pistner

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.