Hi there,
A question more than an issue...
I successfully used the behavior to store user-uploaded files in my application.
Now I have a requirement where the file, a .PDF, instead of being uploaded is generated by the application.
Before I start digging into the code:
Is there a way to use the behavior in such a way so that the file to store is passed NOT from $_POST but directly as part of the data to store ?
Hi there,
A question more than an issue...
I successfully used the behavior to store user-uploaded files in my application.
Now I have a requirement where the file, a .PDF, instead of being uploaded is generated by the application.
Before I start digging into the code:
Is there a way to use the behavior in such a way so that the file to store is passed NOT from $_POST but directly as part of the data to store ?