Questions tagged [drupal-files]

21 questions
0
votes
3 answers

"File (Field) Paths" module broken by "Media Browser Plus" 7.x-3.0-beta3

I have a strange behaviour when I want to upload files in a specific path. I have created a new gallery photo on my Drupal website and I want to add many photos on this gallery. (Initially I'm not a Drupal developper...) I tried the first time to…
Didasko
  • 301
  • 1
  • 3
  • 10
0
votes
1 answer

Custom Drupal bootstrap using file-API

i am using a single php-file Drupal bootstrap to generate a standalone cronjob PHP file. Here is my setup (the file resides in a subfolder, thats why i have to build up the base path like this) /** * Drupal bootstrap */ $path =…
Olli Bolli
  • 347
  • 5
  • 15
0
votes
1 answer

Saving File to current content type Taxonomy term field

I have setup a custom filefield for one of my content types. In the configuration, it allows you to determine where you would like the files to be uploaded and gives you permission to use tokens. I had set it up like so:…
wiseman7687
  • 175
  • 1
  • 2
  • 13
0
votes
2 answers

Mapping existing Image with new content types

I am facing a situation here. I have a content type A with an image field(field_upload_snaps) in it. There is another content type B which also contains an image field(field_valid_snaps). Now user will upload the pics from A content type. So if user…
simple user
  • 349
  • 3
  • 22
  • 44
0
votes
1 answer

Download Count on ordinary file in drupal 7?

I want to get download count for simple file which i have added in page by 'a href' tag. File is pdf file. I have already tried download-count module. but no result. File is added by a href tag in one of the template.
Nitz
  • 1,690
  • 11
  • 36
  • 56
0
votes
1 answer

Display maximum number of fields

When adding a node it only displays one upload field at a time, however I allow for 3 images to be uploaded per node, so I would like to display this maximum number fields to the user adding the node.
Botto
  • 1,188
  • 4
  • 16
  • 29
1
2