|
Rank: Member Groups: Member
Joined: 5/11/2010 Posts: 10
|
I'm wanting to make a callback to the server with the name of the file to upload before the upload happens. Is the clientside name of the text control going to be consistent (Uploader_i_0) or is there a better way?
Basically what I want to do is not allow them to upload the file if I already have one with the same name. It's a "Check-In" "Check-Out" type situation.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. You can not do that. There is no way for you to AJAX post back a file input field.
Thanks
|
|
Rank: Member Groups: Member
Joined: 5/11/2010 Posts: 10
|
OK. I guess I won't use your control then. I think I can do it easy enough with the regular fileupload control.
Thanks.
|
|