There are many and many situation we need to
upload file to server side ... Since there is a
free multipartrequest package. How about add this
package to FormProc ?
I do think this should be part of FormProc. The question
is what role will FormProc play in a file upload. Should
the uploaded file be passed through validation logic?
Should the data from the file be stored in memory or to
disk? And so on.
When I have a bit of free time I will look into this. As
it stands right now I am swamped and will be unable to work
on this for at least another week, probably more.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=75589
I do think this should be part of FormProc. The question
is what role will FormProc play in a file upload. Should
the uploaded file be passed through validation logic?
Should the data from the file be stored in memory or to
disk? And so on.
When I have a bit of free time I will look into this. As
it stands right now I am swamped and will be unable to work
on this for at least another week, probably more.