<form id="fileupload" action="http://localhost/bootstrap1/blueimp/server/php/index.php?uid=16&" method="POST" enctype="multipart/form-data">I am new to jquery so I don't completely understand what this means, but what I do know is that I need to add the uid to the path to get the previously uploaded pictures, because I am storing the photos for each authenticated user in a subfolder with the users uid as its name
I need to retrieve the parameter uid within the
"http://localhost/bootstrap1/blueimp/server/php/index.php?uid=16&"
into my jquery script to add to the filepath url. Can anyone explain how to do this ?
Thanks,
Bill