Hej Pepss
prøv at kom med din form (formular) kode
Her kommer min kode til start:
<!-- #include file="session.asp" -->
<html>
<head>
<title><!-- #include file="../title.asp" --></title>
<link rel="stylesheet" href="../style.css" type="text/css">
</head>
<body>
<!-- #include file="script_pic.asp" -->
<form action="pic_upload.asp" method="post" onsubmit="return
Check_Form(this)" ENCTYPE="multipart/form-data">
<table align="center" width="700px" height="100%" border="0px"
cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="center" colspan="4" cellpadding="0"
cellspacing="0"><!-- #include file="banner.asp"--></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td width="100%" align="center" colspan="4" cellpadding="0"
cellspacing="0"><!-- #include file="menu.asp" --></td>
</tr>
<tr>
<td width="20px" div id="bgcolor" cellpadding="0"
cellspacing="0" height="100%"></td>
<td width="490px" cellpadding="0" cellspacing="0"
align="center">
<table border="0px" align="center">
<tr>
<td colspan="2" align="center">
Her kan du uploade et billed.
<td>
</tr>
<tr>
<td colspan="2">
</td>
</tr>
<tr>
<td align="center">
Billed:
</td>
<td>
<input type="file" id="pic" name="pic">
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2" rowspan="2" align="center">
<input type="submit" name="submit" id="submit" value="Upload
billedet">
</td>
</tr>
</table>
</td>
<td width="170px" cellpadding="0" cellspacing="0"><!-- #include
file="left.asp" --></td>
<td width="20px" div id="bgcolor" cellpadding="0"
cellspacing="0" height="100%"></td>
</tr>
<tr>
<td width="100%" align="center" colspan="4" cellpadding="0"
cellspacing="0"><!-- #include file="bund.asp" --></td>
</tr>
</table>
</form>
</body>
</html>
Her kommer min kode til: pic_upload.asp:
<!-- #include file="function.asp" -->
<!-- #include file="../mysql.asp" -->
<%
' Variables
' *********
Dim mySmartUpload
Dim intCount
' Object creation
' ***************
Set mySmartUpload =
Server.CreateObject("aspSmartUpload.SmartUpload")
' Upload
' ******
mySmartUpload.Upload
' Gem filen med det originale navn i den virtuele mappe på
Serveren
intCount = mySmartUpload.Save("../log")
Session("Hej") = mySmartUpload.Form("pic")
Session("Hej") = "Hej med dig"
'Response.Write(intCount & " fil(er) er uploaded.")
%>
<%
'Response.Write mySmartUpload.Form("pic")
'Response.Write mySmartUpload.Form("Hej")
'Response.Write Session("pic")
Response.Write Session("Hej")
%>
<%
'strSQL = "INSERT INTO galleri (pic)"
'strSQL = strSQL & " values ('" & fixStr(Session("Hej")) & "')"
'Response.write strSQL
'Conn.Execute(strSQL)
'Conn.Close
'Set Conn = Nothing
'Set strSQL = nothing
'Response.Redirect "adm.asp"
%>
hvad skal Sessionen bruges til?
Jeg skal først uploade et billed til serveren, f.eks. fra c:, og
derefter skal den nye adresse indsættes i en database, hvor efter
at man kan se billedet på kundens hjemmeside.
Jeg ved godt at det er nemmere at bruge et uploadings program,
men det er fordi at kunden ikke har så meget forstand på
hjemmesider, og han vil have det så nemt for ham som muligt.
Mvh
Martin Jørgensen
--
Vil du lære at kode HTML, XHTML, CSS, SSI eller ASP?
- Pædagogiske tutorials på dansk
- Kom godt i gang med koderne
KLIK HER! =>
http://www.html.dk/tutorials