jquery - multiple tabs and php uploader -


i made admin in page in order let user add main data of page, name, second name, address, image 1(php uploader thumbs) , image 2(php uploader thumbs),gallery uploader (php , jquery)

then faced issue multiple tabs , solved it. in main data

the problem in 3 uploaders

because used upload images thumbnails different size, have make sessions in order know upload , size

the problem in multiple tabs issue sessions overwritten

so how can make alias or sessions specific in each window same name? possible?

n.b: mean multiple tabs in browser same sessions name

do mean tabs in jquery ui tabs or other ui library?

if so, because data in tabs in reality on 1 page, in 1 form, if have more 1 image upload (say 1 on each tab), need make sure data in form each of multiple images in array - 1 element each image.

you need loop through array info multiple images when submit form.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -