We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42035
    • 90 Posts
    Hello Everyone,

    I am working with upload pdf functionality at front side for logged in user. Is there anyone who had worked like this before. I have already attached a simple paint file more explanation.

    I have a system for student information where student can logged in and can upload there results and other scanned copy in the system for their log in future.

    I built the system but don't know how to make feasible this in Modx Revo latest version.

    Thanks

      Arkalp.com
    • You want a student to be able to upload files, and to be able to download his own files, but not anyone else's files?
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 42035
        • 90 Posts
        Quote from: sottwell at Dec 08, 2014, 08:06 AM
        You want a student to be able to upload files, and to be able to download his own files, but not anyone else's files?
        Yes i want exactly the same functionality.

        Which extra is useful for this or how to make this feasible.
          Arkalp.com
        • Use Media Sources.

          The MIGx package comes with a very nice snippet called migxResourceMediaPath that you can use as the path and URL for a media source. Its use is described here. I edited the snippet to use username or user ID instead of resource fields. One media source will work for all users. This means that the user can only access his own directory as specified in the media source. Each user will have his own directory, either his user ID or his username.
            Studying MODX in the desert - http://sottwell.com
            Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
            Join the Slack Community - http://modx.org
            • 42035
            • 90 Posts
            Sorry May be i am not able explain properly.

            In my system user can login at front-end and after login in the front-end(Not Manager). Student can see the multiple upload button.
            Like

            1) Upload your scanned copy of Id
            2) Upload your Resume
            3) Upload your photo
            4) Upload your mark-sheet etc.

            Also after upload the above documents user can view it. Logged in (Front-end) user can see only their document link.


            I want exact this kind of functionality on front end of my system. I don't want to allow student to login in manager.

              Arkalp.com