Jump to content

File upload control for multiple row in an htmltable in php page


php6

Recommended Posts

hi,

 

I have file upload controls for each row in an html table in php page.

I need to upload files one by one as needed.

how can i achieve this without refresh the page...

 

thanks in advance

 

 

Link to comment
Share on other sites

You'll need to look into ajax file upload techniques. For compatibility with older browsers it will probably mean putting each file input in its own form, and submitting the form to a hidden iframe. There are libraries that will handle most of that though.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...