About freeASPUpload

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mahalakshmisethu
    New Member
    • Apr 2007
    • 1

    About freeASPUpload

    hi,
    i have a ASP programme for uploading file. I have two pages login.asp and upload.asp, I passed the username and password from login.asp to upload.asp page using submit button. But, the Upload.asp page is not picking up any of my form variables, or the first form (login.asp) is not sending. Normally, we will use request.Form (“txt_userName” ) but, i am using FileUpload class thats why i used like this,

    Set Upload = New FreeASPUpload Username=Upload .Form (“txt_userName” )

    but this is also not working. do anyone know the problem? plz help me.

    Thank you,
    MahalakshmiSeth u
  • Akhilesh1505
    New Member
    • Feb 2007
    • 17

    #2
    Hi

    Are you using in your form control < form enctype="multip art/form-data" action="path" method= "post>"?

    if not then use it, it will solve your problem.

    Regards
    Akhilesh

    Originally posted by mahalakshmiseth u
    hi,
    i have a ASP programme for uploading file. I have two pages login.asp and upload.asp, I passed the username and password from login.asp to upload.asp page using submit button. But, the Upload.asp page is not picking up any of my form variables, or the first form (login.asp) is not sending. Normally, we will use request.Form (“txt_userName” ) but, i am using FileUpload class thats why i used like this,

    Set Upload = New FreeASPUpload Username=Upload .Form (“txt_userName” )

    but this is also not working. do anyone know the problem? plz help me.

    Thank you,
    MahalakshmiSeth u

    Comment

    Working...