I know this is normaly implemented with a temp file but this wont work here since we are dealing with pretty large files stored in a database.
so far my idea is to create a small temp file that has a unique name and do a FileSystemWatcher monitoring the drop to get the path. but this doesnt seem optimal eighter.
are there any other ideas you guys could point me to?
maybe with virtual files? if so - how?
will be greatful for any hint.
thanks.