If you create the archive using absolute paths, e.g. /home/uploads, they will be restored to the same directory.
You should really use relative paths. Go to the directory just above where you want to go and acrhive just the directory:
# cd /home
# tar cvf uploads.tar uploads
In that case the files will be extracted to a directory, uploads, relative to where you are.
# cd /tmp
# tar xvf uploads.tar
The files will then be in /tmp/uploads
Cheers Henrik Morsing
Certified AIX 4.3 Systems Administration
& p690 Technical Support