It looks like you're new here. If you want to get involved, click one of these buttons!
georgealex17 said:
I want to do the following for an picture cms:
- LIMIT the uploads to 5 (basically limit via an variable) so when a user uploads 5 pictures, the button dissapears, but when he deletes 1 picture he can add another one. This while still allowing the user to upload multiple files at once.
- return the thumbnail as a small picture. Basically, instead of returning rows in the queue,I want to return thumbnails of the uploaded pictures and their id from the database so I can :
- DELETE the picture and thumbnail from system and database when the user removes them from the queue.