Re: add a small text under each uploaded photo

  •  02-14-2011, 3:48 PM

    Re: add a small text under each uploaded photo

    Dear Iker,
     
    Please set property "UploadUrl", you can write your own logic in the handler file.
     
     <%    
            Dim uploader    
            Set uploader=new AspUploader    
            uploader.UploadUrl="myhandler.asp"   
            uploader.Render()    
        %> 
     
    In the download package, you can find the following 3 files, these are the examples of  customization handler.  You can refer to them.
View Complete Thread