Re: Question for expesrts.
- From: Tom van Stiphout <no.spam.tom7744@xxxxxxx>
- Date: Fri, 03 Aug 2007 07:21:20 -0700
On Fri, 03 Aug 2007 08:34:11 GMT, "ahai via AccessMonster.com"
<u35882@uwe> wrote:
Since you want (3), you need to write your own copy function: open a
file as binary and copy it a chunk (e.g. 4K) at a time in a loop, each
time updating the progress bar (Access has one built in - see SysCmd)
1 and 2 combined are illogical if it's the same user doing it. I
cannot set permissions (of course this will be an NTFS partition) such
that you can copy files to the folder but not open/delete/move/rename.
Also realize that if user cannot open files in this folder, the app
cannot display them which you wanted in (1).
-Tom.
Dear members,
I want to upload an image file from the client side and then copy the file to
the server, store the new path in the database, preview the image in an OLE
frame.
So, I want to ask the experts in the forum about the best way for:
1. Copy a file to a different location in the local network.
2. Lock the new location (supposed to be a folder on the server), so no one
can open, delete, move, rename the contents of this folder.
3. use the Progress control during the uploading and copying the file.
I am sorry if my post is not related to this group.
Best regards.
.
- Follow-Ups:
- Re: Question for expesrts.
- From: ahai via AccessMonster.com
- Re: Question for expesrts.
- References:
- Question for expesrts.
- From: ahai via AccessMonster.com
- Question for expesrts.
- Prev by Date: Re: problem with query
- Next by Date: Re: Open/print PDF-file from Access
- Previous by thread: Question for expesrts.
- Next by thread: Re: Question for expesrts.
- Index(es):
Relevant Pages
|
Loading