By elv on
I have installed the new webform module, which is very nice, but I'd like to add a file upload to the form.
(People who use the form may upload their curriculum).
Do you know a way to achieve this ? Thanks !
I have installed the new webform module, which is very nice, but I'd like to add a file upload to the form.
(People who use the form may upload their curriculum).
Do you know a way to achieve this ? Thanks !
Comments
Not yet unfortunately
elv,
I got your email also and I thought I'd repost part of it here for other people with the same question.
You're right about everything. Right now webform can't handle file uploads because they require additional processing on the server side. I've received suggestions to share components with flexinode, which seems like a better idea all the time. Webform currently works in quite a different manner than flexinode, so it would require some large changes to the infrastructure of webform. So the answer is pretty much, 'not yet'.
Nathan Haug
creative graphic design w: quicksketch.org
& software development e: nate@quicksketch.org
Any other way ?
quicksketch, thanks for your reply!
So I guess I need to find another way :) Apart from webform / mail_form, is there a way to let visitors upload a file?
Try Flexinode
elv, you could try using flexinode. Create a new content type with all the fields you want to include, plus one for uploading files of course (this is a built in type of flexinode). Make it so anonymous users can create new nodes of this type. You could then theme this content type so that only authenticated users could access the information.
Now if you wanted to have users actually email files to you instead of simply uploading them... I don't really know. Flexinode has a lot of customizeable options and is really easy to theme, but emailing isn't one of it's features. I wish I could help more, but I don't yet have the time to implement such a feature into webform. Look into flexinode if you haven't already.
Nathan Haug
creative graphic design w: quicksketch.org
& software development e: nate@quicksketch.org