Hi,
I want to have a market where people can sell their own files. However, I don´t know how to do they can upload their files.

Now, they give me the files, and I upload them on admin/store/products/files and after when they create the node they can add the file on attributes tab.

My question is, is there any way where they can upload their on files?
thanks you!

Comments

msbjhandeer’s picture

I have the same query but i can see no one here is paying the heed to our problem

jeffl8n’s picture

There is a short blurb about how to get it working on the documentation page (http://drupal.org/node/326102):

File Features

Enable Marketplace File Downloads module
Go to "Content management >> Content types >> Edit product >> Manage fields"
Under "add" for the "field name" type "download" so that "field_" becomes "field_download"
A text label associated with this field can be set if desired
Set file as "Type of data to store."
Go to "Store administration >> Configuration >> Product settings >> Edit >> Product features" and make sure "Files path" is set in the "File download settings"
Allow users to commit files

skat’s picture

Thanks you very much for your answer!

jsidigital’s picture

Sorry for the ignorance. #2 says:

- Set file as "Type of data to store."

How do we get "store" as a field type? I dont have that option on my field types. I have "date, entity reference, file, image, link, text, etc.

Do we need another module to have the "Store" type as an option?

Im using Drupal 7.

Thanx.