Closed (fixed)
Project:
Dynamic Banner
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Sep 2010 at 14:46 UTC
Updated:
22 Jan 2014 at 22:00 UTC
Jump to comment: Most recent
Comments
Comment #1
coolestdude1 commentedComment #2
coolestdude1 commentedcurrently deriving the code from the user module, feature will be available withing next release
Comment #3
coolestdude1 commentedstill working on this feature about half done
-forms are done
-file does not save
-file does not move (probably due to above)
-file directory and name cant be parsed (probably due to above)
Comment #4
inders commentedHi,
Are u looking for: http://api.drupal.org/api/drupal/developer--topics--forms_api_reference....
U want to implement some Ahah based upload form for new banner uploads?
Thanks
-Inder Singh
http://indersingh.com
http://indiapoly.com
Comment #5
inders commentedhere is webfm module which implements ahah upload for images:
http://drupal.org/project/webfm
You can see screenshot of functionality.
upload module already implements this functionality:
Thanks
-Inder Singh
http://indersingh.com
http://indiapoly.com
Comment #6
coolestdude1 commentedHey thanks Inder Singh
I will hack away at this as soon as my company resumes from holiday.
Expect this to be done soon after i get back to my work computer!
-coolestdude1
Comment #7
coolestdude1 commentedi am trying certain things but they are not working can you go into more detail of how to accomplish this?
Comment #8
coolestdude1 commentedI have some good leads. So it seems that even if you webserver has access to write documents in all folders it is still drupal determining if you can actually place a file somewhere. So it seems like any folder i specify will have to be inside of the files directory by default this is the sites/default/files folder. Will try again in a few days to get this fixed for drupal 6 and then for drupal 7 write it from scratch.
Comment #9
coolestdude1 commentedNever updated but I got this working in Drupal 7. Woops