G
Guest
I want to implement a repetitive admin function of kicking off an operation
using a file that changes infrequently. All I'm interested in is the file
name and path, I'm not performing any file transfer.
I've put a fileupload control on the page to allow the user to specify the
file. Now I want to push/pull the details to/from appsettings so the user
doesn't have to browse to the file if it hasn't changed.
However I can't set default values of filename and hasfile because they are
readonly. Is there a way around this, or should I be using a different
control?
Thanks in advance
David
using a file that changes infrequently. All I'm interested in is the file
name and path, I'm not performing any file transfer.
I've put a fileupload control on the page to allow the user to specify the
file. Now I want to push/pull the details to/from appsettings so the user
doesn't have to browse to the file if it hasn't changed.
However I can't set default values of filename and hasfile because they are
readonly. Is there a way around this, or should I be using a different
control?
Thanks in advance
David