WeBWorK Problems

Attach file with a student submission

Re: Attach file with a student submission

by Joseph Maher -
Number of replies: 0
I wrote some proof of concept code to do this, available here:

https://github.com/josephmaher/pg/tree/upload

- I broke the security model by adding a helper module UploadPDF.pm which actually writes files to disk...

- be nice if a grown up wrote a version for the main tree :)

Joseph