NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: kingja on October 30, 2014, 05:58:44 AM
-
Bruce,
I would like to conditionally run some code after a file has been uploaded. I'm uploading to a BLOB only, not to the uploads folder. Where is the best place (embed) to do this?
Thanks,
Jeff
-
Hi Jeff,
The file is (usually) uploaded as the form progresses, but it's only saved to the BLOB when the user clicks on the Save button.
So the best place to embed code that assumes the file is in the blob is in the POSTINSERT / POSTUPDATE or POSTCOPY routines.
Cheers
Bruce