Forums
This topic is locked
Pure ASP.Net Upload
Posted 14 Aug 2004 06:28:26
1
has voted
14 Aug 2004 06:28:26 Rusty Monette posted:
I really need to get some support on this product because everything I try does not work and I can not get it to work correctly. I am trying to finish the update page to work correctly but it will not work for me at all. What is happening is when I up date a single image out of 4 or so it will erase all of them and upload the one image I wanted to update. It is not erasing the file, just the fields in the database. So when I have 5 images or so I have to keep selection all of them every time I want to make a price change or anything like this. Now I do know it will work because it worked for a sort time where I could upload a image and the others will stay there all fine. But when I updated the database and rebuilt my update page it all doesn't work again and I can't get it to work at all. I looked in the "incPureUpload.js" and it says Pure PHP File Upload at the top of it. I don't know if this matters on how Pure Asp.Net works but I do see that it can be a problem. I have emailed before on this problem and having hear a word on how to fix it. I really am in need of getting this help because it is the last piece that is stopping me from finishing my website. I am considering in buying another piece of the Pure ASP.NET the one for the image resize when upload but I need to get this simple problem fixed before hand. Please get back to me ASAP.
Thank you,
Rusty
Replies
Replied 16 Aug 2004 18:45:32
16 Aug 2004 18:45:32 Rene Bandsma replied:
Most of the time the user just makes a mistake, and not the product. I assume that you've checked the FAQ's of this product?
When you upload the file, what database items are updated? Maybe you should change your SQL code to select ONLY the filenames that matters.
An DMX failure I sometimes get is, when you change too much in your code, that DMX creates the recordset again. You get then two MM_Insert fieldnames and the result in the database is often: newAdd, PriorAdd (where newAdd is the updated value and PriorAdd the old value).
I wish I could help you more, but in .NET i'm just a beginner...
When you upload the file, what database items are updated? Maybe you should change your SQL code to select ONLY the filenames that matters.
An DMX failure I sometimes get is, when you change too much in your code, that DMX creates the recordset again. You get then two MM_Insert fieldnames and the result in the database is often: newAdd, PriorAdd (where newAdd is the updated value and PriorAdd the old value).
I wish I could help you more, but in .NET i'm just a beginner...
Replied 17 Aug 2004 01:50:17
17 Aug 2004 01:50:17 Rusty Monette replied:
Thank you for the help so far but I have rebuilt the page 6 times trying to get it to work. I followed the directions to the dot and it still doesn't seem to be working with me. I know I am probably missing something small but I can't find any inconsistancy between in the problem. Everything looks to be right. I just wanted to know if anyone else is having this problem and if they arnt then is there a way I can see what they have done different? Any help would be great. Thank you much for any help.