Hi folks,
Working on a module that allows a user to view job postings, and apply for a position by uploading their resume (pdf, Word, or txt),
I'm stuck on how to resolve the issue to allow an anonymous user to upload to the site. I ran across something in another post that would allow access to the URLControl.ascx but the problem with that path is that all sorts of stuff is exposed. I would have liked to be able to force an upload path so that the user is not prompted for one.
Has anybody have an idea as to go about this?