I followed your vid on uploading large files but I get this SELECT * FROM `smf_attachments` WHERE 1
1 I posted the topic
2 changed the file name with 40 dig hash
3 went to php attachment insert new table
4 added id-msg num.
5 added file name
6 added file hash
7 added file ext
8 added file size
9 press go
Then it went to next page the top box has a green check mark beside it it says no change
the botton box is the run SQL qurey/queries on database smf
thats where I got this SELECT * FROM `smf_attachments` WHERE 1[/color
The file also needs the id_attach to the front of it when you add it to your attachments directory. You get the id_attach after you make the row in the database. It is the one that I said auto-incremented
So it would look like for example:
16_o5rknv07awhlbow2mtcaf9zv24gzes7bac33ljhj
Also you are just inserting a row into the attachments table right? You are inserting a row not a table.
Also make sure you are pressing the right Go button. Its the one right underneath the block you were filling out. NOT the ones below that where the ignore stuff is...
Please respond with results or further details and images on the issue.