|
Respostas
|
Data Resposta: 7/28/2005 8:40:35 AM
|
|
Mauricio Junior
|
Olá Ruben, \r o codigo todo nao cabe aqui nesse forum\r estarei te mandando e-mail.\r \r < %\r on error resume next\r Server.ScriptTimeout = 90000 \r Const IncludeType = 2 ScriptUtilities has two types of the include. This (2) is free. Include (1) is in the registered version.\r v. 1.5 c1997-2001 Antonin Foller, PSTRUH Software, http://www.pstruh.cz\r True PureASP upload - FREE upload include\r Please (if you want) include link to PSTRUH Software home page if you are using this free script\r The file enables http upload to ASP without any external components,\r using Scripting.Dictionary, Scripting.FileSystemObject and ADODB.Recordset.\r The file also simulates part of ByteArray object to convert binary data to a string and save binary data to the disk\r \r \r Limit of upload size \r Const UploadSizeLimit = 20000000 20MB\r All uploaded files and log file will be saved to the next folder :\r Dim LogFolder\r Dim sFileName\r Dim vFileName Caso seja mandado um array de Arquivos com nomes diferentes\r Dim vDesFolder Caso seja mandado um array de pastas de destino diferentes\r Const LogSeparator = ", "\r \r
|
|
|
|
|
Respostas
|
Data Resposta: 2/28/2010 12:55:17 AM
|
|
FABIO MOREIRA
|
Olá eu sou o Fábio e estou com a mesma dúvida, eu sou novato em ASP e estou querendo fazer o upload de uma foto para uma pasta, simples assim, mas acontece que não estou achando nada simples. Eu preciso saber apenas como carregar uma imagem, que entrará por um formulário, para dentro de uma pasta no site. Podes me ajudar?
Fábio (fabiomayu@yahoo.com.br)
|
|
|
|
|
|