Gossamer Forum
Home : Products : DBMan : Customization :

Mulitple File Upload - Modify Problem

Quote Reply
Mulitple File Upload - Modify Problem
I am trying to get DBman with the Multiple File Upload working and I am having a problem... Everything works great accept when I go to modify a record... The modifly record form comes up fine, but when I try to add an additional image to the record, it gives me this error:

Error Message : unable to open directory. Reason: No such file or directory


Can someone look at my script for me? Or send me a script that is working so I can review it?

Tammy
Quote Reply
Re: [Tammys] Mulitple File Upload - Modify Problem In reply to
Yes this is the same problem I'm having. You cant seem to delete an image from a record and then upload a new image. You have to delete the entire record for some reason so it clears itself out properly.

I think it has something to do with the fact that the image directory that is created is left behind if you try to delete just the image, and dbman falls over when it sees a directory is already there when it tries to make a new one.

Although I could be very wrong :)