• Just to get a few possible future questions out of the way, im not experienced in PHP. im rather new to all that.

    Okay, now my question 🙂
    what i would like to do, is all of this, in this order:

    user selects file to upload, input(s) a title for the file, and the description, and categorys.

    then i want the upload plugin, to take that information, and automatically create a personalized page for that specific file ( with the description, and categorys etc ).
    and have it attached to the user who uploaded the file.

    with your plugin, is that at all possible?
    and if so, how can i achieve that result?

    thank you for your time, and patience in advance!

    http://wordpress.org/extend/plugins/frontend-uploader/

Viewing 1 replies (of 1 total)
  • Plugin Author Rinat

    (@rinatkhaziev)

    Sorry for the late reply, was busy with work.
    Yes, it’s totally possible but requires additional setup steps. And some thinking.

    First of all, media attachment is technically a post, so depending on your theme you might already have a template for media attachments. It’s called attachment.php

    The tricky part for you would be applying filters that are necessary for what you are trying to do.

    Let me know if this still a question for you, I’ll try to provide you some code snippets that might help.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Frontend Uploader] is there any way to make the uploaded file, have an automaticaly generat’ is closed to new replies.