Reg: file upload function

Hi All,

i am having a!fileUploadField() function in my interface i have atached this interface to process start form and given this process model in site but when i am uploading a file and clicking upload file button it is directly ending process 

Upload file butten is a submit button

what should i do now any idea 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to nikkheel

    One way or another, a form has to be submitted (either by submit button or by submitLink) in order for the uploaded file to be moved into its target folder and made available for use within the system, as Stewart mentioned in the newer thread you created.  Without this, an uploaded document will be stuck in the special inaccessible temporary folder used for new uploads, and presumably deleted when temp files are cleaned up later.

Children
No Data