Re: Test an Online Database Utility
- Posted by Patrick Barnes <mrtrick at gmail.com> Aug 11, 2005
- 461 views
On 8/12/05, cklester <guest at rapideuphoria.com> wrote: > Also, how would one make a page so a user could upload a graphic? Exactly what do you mean? My social calendar allows users to upload a picture to represent them. http://users.secsme.org.au/~prbarnes/socal User: test Pass: tester Go to Personal Settings, click 'change photo'. (You can fiddle around with this account however you like) That should help explain the HTML side. This website's programmed in PHP, so I use the $_FILE autoglobal to retrieve the uploaded file data. I have no idea what the equivalent method is in Euphoria. -- MrTrick ----------