File upload

M

Miro Ivanovic

Hi,
I'm looking for some app or utilities for file uploading.

Ideally it should be protected (logon via form, use users from AD not local
users)
Based on user file upload should go to the personal folder of the person
Send e-mail to user and administrator with a link for uploaded file


Hope this is not to much asking.
 
S

Stefan B Rusynko

Depends on what your host supports (OS)
For an ASP solution see
http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=7361&lngWId=4
and
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498#XSLTH3142121122120121120120

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Hi,
| I'm looking for some app or utilities for file uploading.
|
| Ideally it should be protected (logon via form, use users from AD not local
| users)
| Based on user file upload should go to the personal folder of the person
| Send e-mail to user and administrator with a link for uploaded file
|
|
| Hope this is not to much asking.
|
|
 
S

Stefan B Rusynko

Will support at least both Access and ASP
- you need to set the permission on the upload folder(s)
(same permissions as http://support.microsoft.com/default.aspx?scid=kb;en-us;299763&Product=fp2002)

Also check w/ your host if they support ASPupload by Persits
(more flexibility in file uploads)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Win 2003 Server R2 and IIS 6.0
|
| | > Depends on what your host supports (OS)
| > For an ASP solution see
| > http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=7361&lngWId=4
| > and
| > http://support.microsoft.com/default.aspx?scid=kb;en-us;825498#XSLTH3142121122120121120120
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > _____________________________________________
| >
| >
| > | > | Hi,
| > | I'm looking for some app or utilities for file uploading.
| > |
| > | Ideally it should be protected (logon via form, use users from AD not
| > local
| > | users)
| > | Based on user file upload should go to the personal folder of the person
| > | Send e-mail to user and administrator with a link for uploaded file
| > |
| > |
| > | Hope this is not to much asking.
| > |
| > |
| >
| >
|
|
 
Top