asp.net 2.0 asp:FIleUpload control saving uploaded files to a different server -


i'm trying use asp:fileupload control allow users upload files (.doc, .gif, .xls, .jpg) server outside of our dmz , not web server. want have ability @ these files viruses, structure, etc prior saving them directory allow access outside users. have read control allow files uploaded web server. can control used upload files server other web server? if can done should type of functionality or how force go https:\servername\folder name (where server name not web server)? have read file write other server?

thanks, erin

fileuoload control can upload data web server. if need save file different server, need handle post request, read data fileupload control , save them unc share.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -