How to automatically move an uploaded file to a new location and rename it just after upload

move_uploaded_file($_FILES['fileelement']['tmp_name'],'../uploadedfiles/newfile.ext');
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.