Will there be a way to add photos from the backend of the site during the listing post process. It is tedious to make a listing then go find it and use the photo manager. I would like an <input type="file" /> to select the photo and have it uploaded with the new listing all from one page.

At the very least is there a way to click add a listing then, instead of taking me to the listings page take me to the new listing's photo manager page to upload the picture.

My only option right now is to create a separate form that posts to the current database that allows me to do this, but it is time consuming to have two sites for the same purpose.

Brandon