c# - Allow the user to upload a document to the application -


using orchard cms v 1.6 implement feature (1) allows user upload document (2) stores date uploaded (3) stores id of record uploaded

is there part doing this.

i've no idea how go this....any suggestions welcome...thanks

edit enter image description here

as i'v said i've used advice create content type. created custom form , tried add content type(the media) custom form.(as explained on link provided http://devdirective.com/post/160/how-to-create-custom-forms-in-orchard-cms-with-email-and-recaptcha)

however when appears on screen on front end mediapicker box appears greyed out , doesnt allow me select it. 'browse' , 'clear' nothing....also how can remove option of permalink

thanks

  • create new content type whatever name want eg. myfileupload
  • add title, autoroute , common part (common part store date content item created)
  • add field , select media picker field (you can limit extensions allow .doc files if wish , make field required)

something should work :)


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -