Tagged Questions
0
votes
0answers
57 views
Drupal 7.22 upgraded - Upload Images give 403 Access Denied Error
I just updated my site from 7.10 to 7.22 and now I am getting a Access Denied error on images that i'm uploading. My files folder is already 777 and everything else in there. Anyone know how to ...
1
vote
1answer
38 views
How to group uploaded documents into folders?
I want to group my documents in sub folders... when i upload the document using core upload module, i want that those modules get categorised under different section and a user can see those and when ...
0
votes
0answers
133 views
How can I control file renaming behavior of Drupal 7 Webform file uploads?
I'm a drupal newbie so excuse me if I'm using the incorrect terminology or my description is not very clear. I have a webform with a file upload field using the File widget. I upload files for users ...
0
votes
0answers
44 views
Change upload action for file field
I am developing a custom form that will upload a file to a .aspx file, which will then run a process on it. From looking at the default Drupal form, there is a 'submit' input type which is next to the ...
0
votes
0answers
115 views
What alternatives are there to files storage in Drupal 7 besides S3? [closed]
I have relatively large site with alot of image galleries (9GB worth) and i want to use Pantheon for hosting, but they don't give enough space. What alternatives are there to hosting these image files ...
1
vote
1answer
38 views
prevent file upload renaming for each node
I would like to re-use some pdf files that doesn't change for my product content type and avoid to have by example:
node/product01-> product-datasheet-01.pdf
node/product02-> ...
0
votes
1answer
247 views
File upload drag and drop [duplicate]
Possible Duplicate:
Drag & drop files into drupal site?
I need to implement drag and drop file upload functionality. Does Drupal make this easy somehow? Should I use a JS toolkit, ...
2
votes
1answer
174 views
Upload Images to specific folders
how do I upload images (Media) to specific folders inside the default directory? I will have thousands of pictures and would like to have an organized structure of folders.
Thanks a lot.
0
votes
0answers
146 views
Drupal 7 Can i hook the IMCE (Ajax) File Upload?
I want to make some modifications to the Files uploaded by the Drupal Ajax Uploader (like IMCE). It is not even done by the "SAVE" button, which i understand is handling node_save(). Now is handling ...
0
votes
0answers
273 views
Link uploaded file or upload file to new node programmatically
I have a form, in the site's front end, that upon submission creates a new node.
I've been asked to add a file upload form element, so I used FAPIs 'file'.
I overcame some obstacles, and managed to ...
2
votes
2answers
1k views
How to handle private file uploads and downloads?
For a project I'm working on, I need to be able to:
Upload a file as Admin, assigning it to a user (this is working using the "author" field at the moment), attaching it to a node (ie. using the ...
0
votes
1answer
261 views
create ftp connection using drupal
I have made my own module, that has a form where the user can upload a file.
Once the file has been collected, Drupal should open an FTP connection to a server and upload the file into it.
I have ...
1
vote
1answer
210 views
Should I manually upload these large files?
I have about 10 large zip files (20Mb) which need to be uploaded to a site once, and once only. I then want to be able to download them from a block in a sidebar (i.e. not from the main content).
I ...
0
votes
2answers
238 views
drupal files directory
I have a Drupal site and I am unsure of how the files directory works.
It seems at the moment all files uploaded to the site go to the files directory. If I create a new node and upload fish.png ...
0
votes
2answers
181 views
Accessing the cell phone camera to populate the profile picture field
I have a mobile website, and I thought it would be cool if there were a way for the user to take a picture with their phones camera to populate the field rather than have them go and upload a picture ...