1
0
-1

Hi Guys,

I have create one form and in form I out one Textbox control for adding URL.

I want to save image in particular folder. Also, filename will be stored on particular table.

Can any one guide me for this?


I want some solution in Bean Shell Form Store Binder.


Thanks.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, BeanShell is Java code so you can use standard Java code to read contents from a URL e.g. https://stackoverflow.com/questions/4328711/read-url-to-string-in-few-lines-of-java-code

      There are some sample code for file handling and data storing in File handling in Bean Shell Form Store Binder and Store Form Field Data to Multiple Tables too.

        CommentAdd your comment...