Re: Why .resx extension?

  •  09-30-2009, 11:10 PM

    Re: Why .resx extension?

    Hi,
     
    When an user upload a 100MB file, it will take a long time.
     
    So uploader need find a PLACE to store the data, instead of the MEMORY.
     
    The default implementation is the temp-file.
     
    (We also provide a UploaderProvider , so the developer can replace the default implementation)
     
    Regards,
    Terry
View Complete Thread