Re: Why .resx extension?

  •  09-29-2009, 9:16 PM

    Re: Why .resx extension?

    Hi,
     
    The uploader upload the file to server side temp directory , and add .resx to protected the server.
    (Otherwise the hacker may upload some aspx and run it )
     
    You can copy/move the file , change the file name in the FileUploaded event.
     
    We expect the developer do that job by themselves.
     
    Regards,
    Terry
     
View Complete Thread