Author Topic: How to make an upload button for SMF Shop?  (Read 2370 times)

Offline joseph21

How to make an upload button for SMF Shop?
« on: December 15, 2006, 03:13:29 pm »
I used the "Send admin an email" and edited the fields:

First Name: <input type="text" name="txtFirstName">
Upload Banner: <input type="file" name="banner">

Is this possible? It occured an error while testing it in a local WAMP server..

Offline Daniel15

Re: How to make an upload button for SMF Shop?
« Reply #1 on: December 16, 2006, 08:12:00 pm »
I don't think it will work, as the encoding type is set incorrectly on the form element.
What about you put a message asking to upload the file to Imageshack or something, and have a URL field?

Offline joseph21

Re: How to make an upload button for SMF Shop?
« Reply #2 on: February 04, 2007, 04:10:05 pm »
I'm trying to make an advertisement shop.... could you make one? Like they purchased to allow to put their ads on my site, something like that... so they upload their banner into a specified directory... Is this possible?